Skip to content

Commit

Permalink
update sources
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed May 6, 2024
1 parent 424086d commit 8e5ae93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources
Submodule sources updated 35 files
+1 −1 .github/workflows/init.yml
+1 −1 .github/workflows/lint.yml
+2 −2 .github/workflows/test_all_sources_nigthly.yml
+1 −1 .github/workflows/test_destinations_slow.yml
+2 −14 .github/workflows/test_on_local_destinations.yml
+2 −2 .github/workflows/test_on_local_destinations_forks.yml
+28 −37 poetry.lock
+2 −9 pyproject.toml
+1 −1 sources/.dlt/example.secrets.toml
+1 −1 sources/filesystem/helpers.py
+1 −1 sources/filesystem/readers.py
+1 −1 sources/filesystem_pipeline.py
+4 −7 sources/google_ads/setup_script_gcp_oauth.py
+0 −79 sources/pg_replication/README.md
+0 −103 sources/pg_replication/__init__.py
+0 −427 sources/pg_replication/decoders.py
+0 −6 sources/pg_replication/exceptions.py
+0 −769 sources/pg_replication/helpers.py
+0 −2 sources/pg_replication/requirements.txt
+0 −119 sources/pg_replication/schema_types.py
+0 −290 sources/pg_replication_pipeline.py
+1 −1 sources/rest_api/config_setup.py
+1 −1 sources/rest_api/typing.py
+6 −10 sources/sql_database/helpers.py
+1 −1 sources/sql_database/schema_types.py
+3 −2 tests/conftest.py
+7 −7 tests/filesystem/settings.py
+5 −5 tests/filesystem/test_filesystem.py
+0 −0 tests/pg_replication/__init__.py
+0 −94 tests/pg_replication/cases.py
+0 −43 tests/pg_replication/conftest.py
+0 −866 tests/pg_replication/test_pg_replication.py
+0 −52 tests/pg_replication/utils.py
+2 −2 tests/sql_database/sql_source.py
+2 −23 tests/utils.py

0 comments on commit 8e5ae93

Please sign in to comment.