-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2007: PG data model and functions for Schema #2008
base: develop
Are you sure you want to change the base?
#2007: PG data model and functions for Schema #2008
Commits on Mar 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d109b73 - Browse repository at this point
Copy the full SHA d109b73View commit details
Commits on Apr 12, 2021
-
#1612 Separating Menas UI and API (#1620)
* 1422 and 1423 Remove HDFS and Oozie from Menas * #1422 Fix HDFS location validation * #1424 Add Menas Dockerfile * #1416 hadoop-aws 2.8.5 + s3 aws sdk 2.13.65 compiles. * #1416 - enceladus on S3: - all directly-hdfs touching stuff disabled (atum, performance measurements, info files, output path checking) # Add menasfargate into hosts sudo nano /etc/hosts # paste 20.0.63.69 menasfargate # save & exit (ctrl+O, ctrl+X) # Running standardization works via: spark-submit --class za.co.absa.enceladus.standardization.StandardizationJob --conf "spark.driver.extraJavaOptions=-Dmenas.rest.uri=http://menasfargate:8080 -Dstandardized.hdfs.path=s3://euw1-ctodatadev-dev-bigdatarnd-s3-poc/enceladusPoc/ao-hdfs-data/stdOutput/standardized-{0}-{1}-{2}-{3}" ~/enceladusPoc/spark-jobs-2.11.0-SNAPSHOT.jar --menas-credentials-file ~/enceladusPoc/menas-credentials.properties --dataset-name dk_test1_emr285 --raw-format json --dataset-version 1 --report-date 2019-11-27 --report-version 1 2> ~/enceladusPoc/stderr.txt * #1416 - enceladus on S3 - (crude) conformance works on s3 (s3 std input, s3 conf output) 0- all directly-hdfs touching stuff disabled (atum, performance measurements, info files, output path checking) # Add menasfargate into hosts sudo nano /etc/hosts # paste 20.0.63.69 menasfargate # save & exit (ctrl+O, ctrl+X) # Running conformance works via: spark-submit --class za.co.absa.enceladus.conformance.DynamicConformanceJob --conf "spark.driver.extraJavaOptions=-Dmenas.rest.uri=http://menasfargate:8080 -Dstandardized.hdfs.path=s3://euw1-ctodatadev-dev-bigdatarnd-s3-poc/enceladusPoc/ao-hdfs-data/stdOutput/standardized-{0}-{1}-{2}-{3}" ~/enceladusPoc/spark-jobs-2.11.0-SNAPSHOT.jar --menas-credentials-file ~/enceladusPoc/menas-credentials.properties --dataset-name dk_test1_emr285 --dataset-version 1 --report-date 2019-11-27 --report-version 1 2> ~/enceladusPoc/conf-log.txt * ref issue = 1416 * related test cases ignored (issue reference added) * PR updates * Merge spline 0.5.3 into aws-poc * Update spline to 0.5.4 for AWS PoC * #1503 Remove HDFS url Validation This is a temporary solution. We currently experiment with many forms of URLs, and having a regex there now slows us down. * New dockerfile - smaller image * s3 persistence (atum, sdk fs usage, ...) (#1526) #1526 * FsUtils divided into LocalFsUtils & HdfsUtils * PathConfigSuite update * S3FsUtils with tail-recursive pagination accumulation - now generic with optional short-circuit breakOut TestRunnerJob updated to manually cover the cases - should serve as a basis for tests * HdfsUtils replace by trait DistributedFsUtils (except for MenasCredentials loading & nonSplittable splitting) * using final version of s3-powered Atum (3.0.0) * mockito-update version update, scalatest version update * S3FsUtilsSuite: exists, read, sizeDir(hidden, non-hidden, reucursive), non-splittable (simple, recursive with breakOut), delete (recursive), version find (simple - empty, recursive) * explicit stubbing fix for hyperdrive * Feature/1556 file access PoC using Hadoop FS API (#1586) * s3 using hadoop fs api * s3 sdk usage removed (pom, classes, tests) * atum final version 3.1.0 used * readStandardizationInputData(... path: String)(implicit ... fs: FileSystem) -> readStandardizationInputData(input: PathWithFs) * 1554 Tomcat with TLS in Docker container (#1585) * #1554 Tomcat with TLS container * #1554 Added envoy config + enabling running unencrypted container * #1499 Add authentication to /lineage + update spline to 0.5.5 * #1618 - fixes failing spline 0.5.5 integration by providing compatible commons library version. Test-ran on EMR. (#1619) * #1612 Separation start * #1612 Updated DAO for spark-jobs * #1612 Fixed spline integration and schema, removed redundant code * #1612 Fixed tests, removed unused dependency * #1612 Added back dependency * WIP fixing merge issues * * Merge compiles * Tests pass * Depends on ATUM 3.1.1-SNAPSHOT (the bugfix for AbsaOSS/atum#48) * #1612 Removed Spring from menas-web, enabled building war and static resources. Removed version subpath in menas-web + added theme dependencies in repo * #1612 Cookies + updated lineage * * put back HDFS browser * put back Oozie * downgraded Spline * * AWS SDK Exclusion * #1612 Included HDFSFolder + missing Oozie parts * * New ATUM version * * Adding missing files * #1612 menas-web on nginx container and passing API_URL * #1612 Working TLS on nginx, resources not included in code * 1622: Merge of aws-poc to develop brach * Addressed issues identified by reviewers * * comments improvement * 1434 Add new way of serving properties to Docker * #1612 Building using ui5 + reused /api route * #1612 Project version * #713 Add favicon * #1612 Merges * #1612 pom parent version * #1648 Fix war deployment + adding back spline to menas * #1612 other fixes * #1612 added pom package.json version sync * #1612 newline * #1612 fix version sync + cleaning dist * 1648 merge to develop * 1648 merge fix * 1648 Fixes schema upload * 1648 Fixes schema registry request * 1648 pom version * 1612 add docker build * #601 Swagger 2 PoC * #601 Swagger 2 PoC * #601 Swagger 2 PoC * #1648 Updating menas-web to 3.0 * #1612 Updated npm project versions + mvn plugin * #1612 license_check.yml * #1612 licence check fix Co-authored-by: Saša Zejnilović <zejnils@gmail.com> Co-authored-by: Daniel Kavan <dk1844@gmail.com> Co-authored-by: Jan Scherbaum <kmoj02@gmail.com> Co-authored-by: David Benedeki <benedeki@volny.cz>
Configuration menu - View commit details
-
Copy full SHA for 0d265e5 - Browse repository at this point
Copy the full SHA 0d265e5View commit details
Commits on Apr 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1c7d8a9 - Browse repository at this point
Copy the full SHA 1c7d8a9View commit details -
Merge branch 'develop' into develop-ver-3.0
% Conflicts: % data-model/src/main/scala/META-INF/MANIFEST.MF % menas-web/ui/components/dataset/conformanceRule/MappingConformanceRule/targetSchemaFieldSelector.fragment.xml % menas/ui/index.html
Configuration menu - View commit details
-
Copy full SHA for 836bbec - Browse repository at this point
Copy the full SHA 836bbecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d4888 - Browse repository at this point
Copy the full SHA 07d4888View commit details
Commits on Apr 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8a1c171 - Browse repository at this point
Copy the full SHA 8a1c171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 952e52a - Browse repository at this point
Copy the full SHA 952e52aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0f371 - Browse repository at this point
Copy the full SHA 2b0f371View commit details -
Merge remote-tracking branch 'origin/develop' into feature/merging-de…
…velop-ver.30 # Conflicts: # menas/src/main/scala/za/co/absa/enceladus/menas/MvcConfig.scala
Configuration menu - View commit details
-
Copy full SHA for 43a2740 - Browse repository at this point
Copy the full SHA 43a2740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90188dc - Browse repository at this point
Copy the full SHA 90188dcView commit details
Commits on Apr 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5d3f4e0 - Browse repository at this point
Copy the full SHA 5d3f4e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e90cbd - Browse repository at this point
Copy the full SHA 5e90cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42df938 - Browse repository at this point
Copy the full SHA 42df938View commit details -
Merge pull request #1752 from AbsaOSS/feature/merging-develop-ver.30
merging develop into develop-ver3.0 (via feature/merging-develop-ver.30 branch)
Configuration menu - View commit details
-
Copy full SHA for da03de0 - Browse repository at this point
Copy the full SHA da03de0View commit details
Commits on Apr 26, 2021
-
#1774 test fix, the main is unchanged. (#1775)
KafkaErrorSenderPluginSuite test fix for SourcePhase.{Standardization, Conformance} capitalization.
Configuration menu - View commit details
-
Copy full SHA for 027f695 - Browse repository at this point
Copy the full SHA 027f695View commit details
Commits on May 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d3b57a0 - Browse repository at this point
Copy the full SHA d3b57a0View commit details
Commits on May 14, 2021
-
#417 SparkXML-related unit test added first (regression guard), Spark…
…XMLHack removed, the test holds. (#1783)
Configuration menu - View commit details
-
Copy full SHA for fa2bbd5 - Browse repository at this point
Copy the full SHA fa2bbd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88fabeb - Browse repository at this point
Copy the full SHA 88fabebView commit details
Commits on May 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 70999f5 - Browse repository at this point
Copy the full SHA 70999f5View commit details
Commits on May 26, 2021
-
1770 Rename menas web to menas (#1786)
* #1770 Rename menas-web to menas
Configuration menu - View commit details
-
Copy full SHA for c4dcd92 - Browse repository at this point
Copy the full SHA c4dcd92View commit details
Commits on Jun 1, 2021
-
Merge branch 'develop' into develop-ver-3.0
% Conflicts: % dao/pom.xml % data-model/pom.xml % examples/pom.xml % menas/pom.xml % migrations-cli/pom.xml % migrations/pom.xml % plugins-api/pom.xml % plugins-builtin/pom.xml % pom.xml % spark-jobs/pom.xml % utils/pom.xml
Configuration menu - View commit details
-
Copy full SHA for 03f24ba - Browse repository at this point
Copy the full SHA 03f24baView commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7f2d6e5 - Browse repository at this point
Copy the full SHA 7f2d6e5View commit details
Commits on Jun 7, 2021
-
Merge branch 'develop' into develop-ver-3.0
% Conflicts: % menas/pom.xml % menas/ui/index.html % pom.xml % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/WebSecurityConfig.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/controllers/DatasetController.scala
Configuration menu - View commit details
-
Copy full SHA for f6f0e52 - Browse repository at this point
Copy the full SHA f6f0e52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1404bb3 - Browse repository at this point
Copy the full SHA 1404bb3View commit details -
Merge branch 'develop' into develop-ver-3.0
% Conflicts: % menas/pom.xml
Configuration menu - View commit details
-
Copy full SHA for e52c9ff - Browse repository at this point
Copy the full SHA e52c9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eea153 - Browse repository at this point
Copy the full SHA 6eea153View commit details
Commits on Jun 8, 2021
-
[merging develop->develop-ver-3.0] mergefix2 (authorizeRequests now r…
…elate to rest_api, not menas: `/3rdParty/**` should not be added anymore as it is menas-related)
Configuration menu - View commit details
-
Copy full SHA for 5fa0909 - Browse repository at this point
Copy the full SHA 5fa0909View commit details
Commits on Aug 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c461d22 - Browse repository at this point
Copy the full SHA c461d22View commit details
Commits on Sep 18, 2021
-
Merge branch 'master' into merge/release-2.23.-0-into-develop-ver-3
* Adding back Menas module, that somehow got omitted.
Configuration menu - View commit details
-
Copy full SHA for d87e7c3 - Browse repository at this point
Copy the full SHA d87e7c3View commit details
Commits on Sep 20, 2021
-
Merge pull request #1890 from AbsaOSS/merge/release-2.23.-0-into-deve…
…lop-ver-3 Merging Release 2.23. 0 into develop ver 3
Configuration menu - View commit details
-
Copy full SHA for bd39018 - Browse repository at this point
Copy the full SHA bd39018View commit details
Commits on Oct 21, 2021
-
Merge/release 2.24 into develop ver 3 (#1928)
* merge 2.24 into develop-ver-3
Configuration menu - View commit details
-
Copy full SHA for facb46a - Browse repository at this point
Copy the full SHA facb46aView commit details
Commits on Nov 4, 2021
-
Merge/merging release 2.25 into develop ver 3 (#1963)
* Update for next development version 2.24.0-SNAPSHOT * Suppress download noise in license check * Suppress compiler warning of obsolete Java (#1892) * 1868 statistics with missing counts and datasets missing proprties (#1873) * 1868 statistics with missing counts and datasets missing proprties * 1843 Summary page for properties (#1880) * 1843 Home page with properties, side panel with missing counts and summary page for properties with tab containing datasets missing that particular property * Feature/1603 mapping table filtering general (#1879) * #1603 serde tests for CR and MT DataFrameFilters (mongo-bson-based serde tests for CR and MT DataFrameFilters, mongo-bson-based serde tests extended for CR with a blank mappingTableFilter) * #1909 Increase the limit of columns shown in menas column selection * 1903 Add validation for complex default values in mapping tables on import * Project config and management updates (#1908) Project config and management updates * poc issue template * CODEOWNERS update * developers update * Badges to README.md * 1881 HyperConformance enceladus_info_version from payload (#1896) 1881 HyperConformance enceladus_info_version from payload * #1887 defaultTimestampTimeZone can be source type specific (#1899) #1887 defaultTimestampTimeZone can be source type specific * `DefaultsByFormat` extends the `Defaults` trait, being able to read defaults from configuration files * `DefaultsByFormat` offers further granularity by first checking the format specific setting only then taking the global one * Basic `GlobalDefaults` are not configuration dependent anymore * Standardization now user `DefaultsByFormat` for its defaults, where rawFormat is used for format parameter * Switched to configuration path to be `enceladus.defaultTimestampTimeZone.default` and `enceladus.defaultTimestampTimeZone.[rawFormat]` respectively * `defaultTimestampTimeZone` is still supported/read as an obsolete fallback Co-authored-by: Daniel K <dk1844@gmail.com> * #1887 defaultTimestampTimeZone can be source type specific (#1916) #1887 defaultTimestampTimeZone can be source type specific * rename of the configuration prefix from `enceladus.` to `standardization.` * #172 Save original timezone information in metadata file (#1900) * Upgrade of Atum to 3.6.0 * Writing the default time zones for timestamps and dates into _INFO file * #1894 `HadoopFsPersistenceFactory` - adding Spline S3 write support (#1912) * #1894 Spline S3 support via custom persistence factory `HadoopFsPersistenceFactory`. Co-authored-by: David Benedeki <14905969+benedeki@users.noreply.github.com> * Update versions for release v2.24.0 * Update for next development version 2.25.0-SNAPSHOT * #1926 Add executor extra java opts to helper scripts * #1931 Add switch for running kinit in helper scripts * #1882 Update Cobrix dependency to v.2.3.0 * #1882 Remove explicit "collapse_root" since it is the default since Cobrix 2.3.0 * #1882 Update Cobrix to 2.4.1 and update Cobol test suite for ASCII files. * #1882 Bump up Cobrix version to 2.4.2. * #1927 Spline _LINEAGE and Atum _INFO files permission alignment (#1934) * #1927 - testing setup: set both spline _LINEAGE and atum _INFO to hdfs file permissions 733 -> the result on EMR HDFS was 711 (due to 022 umask there) -> evidence of working * #1927 - cleanup of test settings of 733 fs permissions * #1927 Atum final version 3.7.0 used instead of the snapshot (same code) * #1927 comment change * #1927 - default 644 FS permissions for both _INFO and _LINEAGE files. * 1937 limit output file size (#1941) * 1937 limit output file size * 1937 limit output file size * 1937 renamings + constants * 1937 more conditions * 1937 rename params * 1937 feedback + script params * 1937 more feedback * 1937 final feedback * #1951: Windows Helper scripts - add missing features * `ADDITIONAL_JVM_EXECUTOR_CONF` * Kerberos configuration * Trust store configuration * kinit execution option * `--min-processing-block-size` & `--max-processing-block-size` * logo improvement * * --min-processing-block-size -> --min-processing-partition-size * --max-processing-block-size -> --max-processing-partition-size * #1869: SparkJobs working with LoadBalanced Menas (#1935) * `menas.rest.retryCount` - configuration, how many times an url should be retried if failing with retry-able error implemented * `menas.rest.availability.setup` - configuration, how the url list should be handled * _Standardization_, _Conformance_ and _HyperConformance_ changed to provide retry count and availability setup to Dao, read from configuration * `ConfigReader` enhanced and unified to read configurations more easily and universally * Mockito upgraded to 1.16.42 Co-authored-by: Daniel K <dk1844@gmail.com> * Feature/1863 mapping table filtering (#1929) * #1863 mapping cr & mt fitler successfully reuses the same fragment (both using the same named model) - todo reuse validation, reuse manipulation methods * #1863 FilterEdit.js allows reusing filterEdit TreeTable logic between mCR and MT editings * #1863 mCT editing validation enabled (commons from FilterEdit.js) * #1863 mCT datatype hinting hinting enabled (commons from DataTypeUtils.js) * #1863 mCR/MT edit dialog default width=950px, some cleanup * #1863 bugfixes: directly creating MT with filter (fix on accepting the field), UI fix for MT filter model initialization * #1863 npm audit fix * #1863 bugfix: adding new mCR (when no edit MCR dialog has been opened yet) did not work - fixed * #1863 selecting mapping column from MT schema works (for all schema levels) for edit. TODO = Schema type support #1863 mCR - schema-based columns suggested for filter, value types filled in silently during submit, too. * #1863 bugfix: empty MT - schema may be empty * #1863 bugfix: removing a filter left a null node - cleanup was needed (otherwise view would fail) logging cleanup * #1863 select list item now shows valueType as additionalText, cleanup * #1863 nonEmptyAndNonNullFilled - map->filter bug fixed. * #1863 typo for null filter Co-authored-by: David Benedeki <14905969+benedeki@users.noreply.github.com> * Update versions for release v2.25.0 * [merge] build fix * [merge] npm audit fix * [merge] npm audit fix * [merge] buildfix (menas->rest_api packaging fix) * [merge] review updates Co-authored-by: David Benedeki <benedeki@volny.cz> Co-authored-by: Saša Zejnilović <zejnils@gmail.com> Co-authored-by: David Benedeki <14905969+benedeki@users.noreply.github.com> Co-authored-by: Adrian Olosutean <adi.olosutean@gmail.com> Co-authored-by: Ruslan Iushchenko <yruslan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 10213a2 - Browse repository at this point
Copy the full SHA 10213a2View commit details
Commits on Jan 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d9a72fc - Browse repository at this point
Copy the full SHA d9a72fcView commit details
Commits on Jan 11, 2022
-
#2007: PG data model and functions for Schema
* database and database users creation scripts * global_id function * tables to store the schema entities * basic function to work with schema entities * db schema and first table for statistics
Configuration menu - View commit details
-
Copy full SHA for d3f920a - Browse repository at this point
Copy the full SHA d3f920aView commit details -
* Added the missing databases script
* Renamed deleted to disabled * Commented out DROP TABLE commands
Configuration menu - View commit details
-
Copy full SHA for c42098b - Browse repository at this point
Copy the full SHA c42098bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d737e - Browse repository at this point
Copy the full SHA 72d737eView commit details
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e8fa5cf - Browse repository at this point
Copy the full SHA e8fa5cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 930e963 - Browse repository at this point
Copy the full SHA 930e963View commit details -
Configuration menu - View commit details
-
Copy full SHA for fefd5f3 - Browse repository at this point
Copy the full SHA fefd5f3View commit details -
* fixed missing version in get_schema.sql
* added disabled flag in return of list_schemas.sql
Configuration menu - View commit details
-
Copy full SHA for 29c5e32 - Browse repository at this point
Copy the full SHA 29c5e32View commit details
Commits on Jan 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d1cb905 - Browse repository at this point
Copy the full SHA d1cb905View commit details
Commits on Jan 14, 2022
-
* dataset_schema.heads -> dataset_schema.schemas
* dataset_schema.schemas -> dataset_schema.versions
Configuration menu - View commit details
-
Copy full SHA for eae99fa - Browse repository at this point
Copy the full SHA eae99faView commit details
Commits on Mar 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 55696a0 - Browse repository at this point
Copy the full SHA 55696a0View commit details
Commits on Mar 15, 2022
-
#2027: Ensures TimezoneNormalizer is used in tests (#2030)
* New class `TZNormalizedSparkTestBase` used over all tests instead of `SparkTestBase`
Configuration menu - View commit details
-
Copy full SHA for a10e6b5 - Browse repository at this point
Copy the full SHA a10e6b5View commit details
Commits on Apr 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0634144 - Browse repository at this point
Copy the full SHA 0634144View commit details
Commits on Apr 14, 2022
-
#2050: Unifying project space with GitHub defaults (#2051)
#2050: Unifying project space with GitHub defaults * docs -> documentation * Milestones are obsolete
Configuration menu - View commit details
-
Copy full SHA for 7e3d599 - Browse repository at this point
Copy the full SHA 7e3d599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03cf238 - Browse repository at this point
Copy the full SHA 03cf238View commit details
Commits on Apr 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c698b21 - Browse repository at this point
Copy the full SHA c698b21View commit details -
Merge branch 'develop-ver-3.0' into feature/2007-pg-data-model-and-fu…
…nctions-for-schema
Configuration menu - View commit details
-
Copy full SHA for cb5293c - Browse repository at this point
Copy the full SHA cb5293cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c368ddf - Browse repository at this point
Copy the full SHA c368ddfView commit details -
Merge branch 'feature/2007-pg-data-model-and-functions-for-schema' of h…
…ttps://github.com/AbsaOSS/enceladus into feature/2007-pg-data-model-and-functions-for-schema
Configuration menu - View commit details
-
Copy full SHA for 6f7bff6 - Browse repository at this point
Copy the full SHA 6f7bff6View commit details
Commits on Apr 20, 2022
-
* entities and versions are connected via id not entity name
* stats are row based not column based
Configuration menu - View commit details
-
Copy full SHA for ad463f8 - Browse repository at this point
Copy the full SHA ad463f8View commit details
Commits on Apr 26, 2022
-
#2034: PG data model and functions for Mapping tables (#2053)
* #2034: PG data model and functions for Mapping tables * the tables * Rework for more common naming * * adjust to inherited table * * fixes * * mapping table: path->table_path * * refactored to use connection of entities and versions via id * * white spaces * * add calls _add fix * * check on entities * #2035: PG data model and functions for Dataset (#2054) * #2035: PG data model and functions for Dataset * First commit * * Added check on entity type * * get fucntion * dataset fields * * get comment fixes * * refactored to use id in connection of entities and versions * add function
Configuration menu - View commit details
-
Copy full SHA for 720915d - Browse repository at this point
Copy the full SHA 720915dView commit details