-
Notifications
You must be signed in to change notification settings - Fork 176
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 0.3.x releases #772
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
incremental external schedule
Update github.md - remove extra wording- 'event'
fixes the check for empty list of write dispositions to truncate
Fix config dataclasses on python 3.11
moves non essential dependencies to extras
fixes transformer decorator typings
* Set port correctly in mssql connection string * Fix flaky sorting in arrow loading test
* add mongodb example * add three examples how to control nested data
Adding the dlt dagster blog.
* documents create_runner * documents dbt standalone runner * adds dbt deps to docs
* add examples contributing doc * fix typos * rename example guide, switched text and info
* Add __all__ to __init__ modules * Re-add py.typed --------- Co-authored-by: Steinthor Palsson <steini90@gmail.com>
* Copy improvements in the SQL Database verified source
* Feat: iso_date auto-detection function * Feat: tests for iso_date auto-detection * Feat: make iso_date autodetection a default behavior * NB: update docs * fixup! Feat: tests for iso_date auto-detection * NB: Fix makefile * Fix: linting * Fix: support dates with reduced precision * fixup! Fix: support dates with reduced precision * Fix: don't make iso-date a default auto-detector --------- Co-authored-by: Skynet <robo@taktile.com>
* adds debug flag to cli to show exceptions * handles empty pipelines in drop command * adds method to drop pending packages + cli * adds docs
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
This PR merges
devel
tomaster
. We'll usemaster
for 0.3.x releases. Master becomes default branch again.See #763