generated from finos/software-project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Persistence Library: Dry run mode support for Bulk Load and Capture Data Errors #2642
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kumuwu
reviewed
Feb 23, 2024
.../legend/engine/persistence/components/ingestmode/versioning/DeriveDataErrorsLogicalPlan.java
Outdated
Show resolved
Hide resolved
...an/src/main/java/org/finos/legend/engine/persistence/components/planner/BulkLoadPlanner.java
Outdated
Show resolved
Hide resolved
...gical-plan/src/main/java/org/finos/legend/engine/persistence/components/planner/Planner.java
Outdated
Show resolved
Hide resolved
...inos/legend/engine/persistence/components/relational/bigquery/executor/BigQueryExecutor.java
Outdated
Show resolved
Hide resolved
...rg/finos/legend/engine/persistence/components/relational/api/RelationalIngestorAbstract.java
Show resolved
Hide resolved
...relational/snowflake/logicalplan/datasets/SnowflakeStagedFilesDatasetPropertiesAbstract.java
Outdated
Show resolved
Hide resolved
...e/persistence/components/relational/snowflake/sqldom/schemaops/statements/CopyStatement.java
Outdated
Show resolved
Hide resolved
kumuwu
reviewed
Feb 23, 2024
...rg/finos/legend/engine/persistence/components/relational/api/RelationalIngestorAbstract.java
Outdated
Show resolved
Hide resolved
… zhlizh-logging
prasar-ashutosh
force-pushed
the
dry_run_mode_sf
branch
from
February 27, 2024 05:43
79c4eee
to
666e16a
Compare
…legend-engine into zhlizh-bulk-load-dry-run
# Conflicts: # legend-engine-xts-persistence/legend-engine-xt-persistence-component/legend-engine-xt-persistence-component-physical-plan/src/main/java/org/finos/legend/engine/persistence/components/executor/Executor.java # legend-engine-xts-persistence/legend-engine-xt-persistence-component/legend-engine-xt-persistence-component-relational-bigquery/src/main/java/org/finos/legend/engine/persistence/components/relational/bigquery/executor/BigQueryExecutor.java # legend-engine-xts-persistence/legend-engine-xt-persistence-component/legend-engine-xt-persistence-component-relational-core/src/main/java/org/finos/legend/engine/persistence/components/relational/RelationalSink.java # legend-engine-xts-persistence/legend-engine-xt-persistence-component/legend-engine-xt-persistence-component-relational-core/src/main/java/org/finos/legend/engine/persistence/components/relational/api/RelationalIngestorAbstract.java # legend-engine-xts-persistence/legend-engine-xt-persistence-component/legend-engine-xt-persistence-component-relational-core/src/main/java/org/finos/legend/engine/persistence/components/relational/executor/RelationalExecutor.java
prasar-ashutosh
changed the title
Persistence Library: Dry run mode support for Snowflake While loading CSV files
Persistence Library: Dry run mode support
Feb 28, 2024
prasar-ashutosh
changed the title
Persistence Library: Dry run mode support
Persistence Library: Dry run mode support for CSV loading in Snowflake
Feb 28, 2024
…legend-engine into zhlizh-bulk-load-dry-run
Implement bulk load dry run generic approach
…legend-engine into zhlizh-bulk-load-dry-run
prasar-ashutosh
changed the title
Persistence Library: Dry run mode support for CSV loading in Snowflake
Persistence Library: Dry run mode support for Bulk Load
Mar 13, 2024
prasar-ashutosh
changed the title
Persistence Library: Dry run mode support for Bulk Load
Persistence Library: Dry run mode support for Bulk Load and Capture Merge Errors
Mar 13, 2024
prasar-ashutosh
changed the title
Persistence Library: Dry run mode support for Bulk Load and Capture Merge Errors
Persistence Library: Dry run mode support for Bulk Load and Capture Data Errors
Mar 13, 2024
epsstan
approved these changes
Mar 13, 2024
lisaknbur
pushed a commit
to goldmansachs/legend-engine
that referenced
this pull request
Mar 15, 2024
…ata Errors (finos#2642) Co-authored-by: kumuwu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What does this PR do / why is it needed ?
1.1 Supported Formats: CSV, AVRO, JSON
1.2 Supported Sink: H2, Snowflake
1.2 Supported Error Categories: Data type Conversion , Null Check , File not found, parsing error, others
Which issue(s) this PR fixes:
Fixes #
Other notes for reviewers:
Does this PR introduce a user-facing change?
NO