-
Notifications
You must be signed in to change notification settings - Fork 196
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
master merge for 1.2.0 release #1934
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
…on clients (#1887) * add config section for getting pipeline clients * add config section for sync_destination * prefers existing sections in pipeline --------- Co-authored-by: Marcin Rudolf <rudolfix@rudolfix.org>
* remove unused imports * add scd2 retire_if_absent option * rewrite scd2 retire logic * include new keys in typing * finetune scd2 typing * update typeddict validation test * rename to retire_absent_rows * add reinsert test case * replace natural_key with merge_key * rewrite natural key presence check * simplify scd2 test and remove redundancy * set constants once * document incremental scd2 * remove natural_key remnants * remove `retire_absent_rows` flag * add scd2 merge key partition test * fix typos * update incremental scd2 docs
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
* fix grammar pages 80-100 * Update docs/website/docs/dlt-ecosystem/verified-sources/salesforce.md Co-authored-by: Violetta Mishechkina <sansiositres@gmail.com> * Update docs/website/docs/dlt-ecosystem/verified-sources/freshdesk.md Co-authored-by: Violetta Mishechkina <sansiositres@gmail.com> --------- Co-authored-by: Violetta Mishechkina <sansiositres@gmail.com>
Co-authored-by: Anton Burnashev <anton@dlthub.com>
* grammar fix docs pages 100 to 120 * Apply suggestions from code review Co-authored-by: Alena Astrakhantseva <alena@dlthub.com> * Update docs/website/docs/dlt-ecosystem/verified-sources/rest_api/basic.md Co-authored-by: Alena Astrakhantseva <alena@dlthub.com> * Update docs/website/docs/dlt-ecosystem/verified-sources/rest_api/basic.md Co-authored-by: Alena Astrakhantseva <alena@dlthub.com> --------- Co-authored-by: Alena Astrakhantseva <alena@dlthub.com> Co-authored-by: Anton Burnashev <anton.burnashev@gmail.com>
* tmp * docs 120-139 * Apply suggestions from code review Co-authored-by: Alena Astrakhantseva <alena@dlthub.com> --------- Co-authored-by: Alena Astrakhantseva <alena@dlthub.com>
Co-authored-by: Nicolas ESTRADA <nicolas.estrada@42network.org>
Co-authored-by: Willi Müller <willi.mueller@posteo.de>
Co-authored-by: Antony Rinaldi <antony.rinaldi@bailliegifford.com>
* Sqlalchemy merge job (insert replace) * Fix * Sqlalchemy scd2 * Update test for mysql * Fix sqlalchemy 2.0
* enables gcs staging for Databricks via named credential * bumps dlt to 1.2.0 * Update docs/website/docs/dlt-ecosystem/destinations/databricks.md * Update docs/website/docs/dlt-ecosystem/destinations/databricks.md * fixes gcs databricks test --------- Co-authored-by: Anton Burnashev <anton.burnashev@gmail.com>
✅ Deploy Preview for dlt-hub-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Description
master merge for 1.2.0 release