-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62e3b11
commit df9e7b7
Showing
6 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
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
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
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
4 changes: 2 additions & 2 deletions
4
...-elt/dagster_embedded_elt_tests/replication_configs/csv_to_sqlite_config/replication.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
source: SLING_FILE | ||
source: SLING_FILE | ||
target: SLING_SQLITE | ||
|
||
defaults: | ||
mode: full-refresh | ||
object: "{stream_table}" | ||
|
||
streams: {} | ||
streams: {} |
4 changes: 2 additions & 2 deletions
4
...r_embedded_elt_tests/replication_configs/pg_to_duckdb_with_dag_config/README.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
This is some helper code for internally testing the integration with Sling. | ||
|
||
Run `make run` to build and run a simple Postgres instance that is fed with some | ||
sample data. | ||
sample data. | ||
|
||
Run the job in `sling_dag.py` with `dagster dev -f sling_dag.py` to see Dagster | ||
load the assets from the replication file, and sync data from PG to DuckDB using | ||
Sling. | ||
|
||
You can interact with the duckdb instance which defaults to /var/tmp/duckdb.db | ||
|
||
This folder is not currently used for automated testing. | ||
This folder is not currently used for automated testing. |
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