-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Make project version Optional #6711
Conversation
* Add changelog and whitespace fix to version bump Action * Fixing whitespace * Remove tabs * Update .github/workflows/version-bump.yml Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com> * Update .github/workflows/version-bump.yml Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com> * Update .github/workflows/version-bump.yml Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com> * Update .github/workflows/version-bump.yml Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com> * Updating per comments * Fix whitespace Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
* Python model beta version with update to manifest that renames `raw_sql` and `compiled_sql` to `raw_code` and `compiled_code` Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com> Co-authored-by: Ian Knox <ian.knox@dbtlabs.com> Co-authored-by: Stu Kilgore <stuart.kilgore@gmail.com>
* Bumping version to 1.3.0b1 and generate CHANGELOG * Update Docker versions for adapters Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com> Co-authored-by: leahwicz <60146280+leahwicz@users.noreply.github.com>
* [CT-953] [Feature] Support for .csv files when using file selectors(for seed) * Added Changelog entry for issue-5578 * Added Unit tests
* Add defer to docs and compile commands Add docs generate defer test Fix CLA check Add compile defer test * Update changelog * Restore changelog * Add changie entry * Move defer_to_manifest to CompileTask * Add check to to verify defer works as expected * Add assert
* WIP * handle defauly env vars * fix typo * add changelog * small fixes * add constants.py file
* convert to reusable action * fix branch name * reimplemented changelog * update to use workflow * fix typo * move def * inherit secrets * send in comment/label * specify GITHUB_TOKEN * Add automated changelog yaml from template for bot PR * Delete Dependency-20220801-193810.yaml * Add automated changelog yaml from template for bot PR * remove dummy changelog * remove token * rename file * point to main Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
…the DAG (#5397) * add Optional node_color config in Docs dataclass * Remove node_color from the original docs config * Add docs config and input validation * Handle when docs is both under docs and config.docs * Add node_color to Docs * Make docs a Dict to avoid parsing errors * Make docs a dataclass instead of a Dict * Fix error when using docs as dataclass * Simplify generator for the default value * skeleton for test fixtures * bump manifest to v7 * + config hierarchy tests * add show override tests * update manifest * Remove node_color from the original docs config * Add node_color to Docs * Make docs a Dict to avoid parsing errors * Make docs a dataclass instead of a Dict * Simplify generator for the default value * + config hierarchy tests * add show override tests * Fix unit tests * Add tests in case of incorrect input for node_color * Rename tests and Fix typos * Fix functional tests * Fix issues with remote branch * Add changie entry * modify tests to meet standards (#5608) Co-authored-by: Matt Winkler <matt.winkler@fishtownanalytics.com> Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
* bring in new index and add changelog * Update Docs-20220804-134138.yaml
* Adding helper functions * adding bad test * use ResolvedMetricReference * adding pytest * adding changie updates * adding pre-commit changes Co-authored-by: Chenyu Li <chenyu.li@dbtlabs.com>
* first pass * tweaks * convert to use dbt-docs links in contributors section * fix eq check * fix format of contributos prs * update docs changelog to point back to dbt-docs * update beta 1.3 docs changelog * remove optional param * make issue inclusion conditional on being filled
* Fix postgres handling for unlimited varchars * fix: correctly name varchar * chore: added changelog entry * Update .changes/unreleased/Fixes-20220523-103843.yaml Co-authored-by: Emily Rockman <ebuschang@gmail.com> Co-authored-by: Emily Rockman <ebuschang@gmail.com>
* Pass patch_config_dict to build_config_dict when creating unrendered_config * Add test case for unrendered_config * Changie * formatting, fix test * Fix test so unrendered config includes docs config
* Use sys.exit instead of exit * Add changelog
* show reason for schema change failures When the incremental model fails, I do not get the context I need to easily fix my discrepency. Adding more info * Update on_schema_change.sql Fix identation * Added changie changes Added changie changes * Update on_schema_change.sql Trim whitespaces * Update on_schema_change.sql Log message text enhancement
* Only consider schema change when column cannot be expanded * Add test for column shortening * Add changelog entry * Move test from integration to adapter tests * Remove print statement * add on_schema_change
Print more information on log line interop test failures
* fix multiple args for ref and source * add test for support multi part ref and source
* Change postgres name truncation logic to be overridable. Add exception with debugging instructions. * Add changelog. Co-authored-by: Mila Page <versusfacit@users.noreply.github.com>
* First cut at checking version compat for hub pkgs * Account for field rename * Add changelog entry * Update error message * Fix unit test * PR feedback * Try fixing test * Edit exception msg * Expand unit test to include pkg prerelease * Update core/dbt/deps/registry.py Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
* Convert partial parsing tests * reformat
* Refactor "set_connection_name" to properly handle reused connection * Update test * Changie * Limit test of ConnectionUsed events to non-Windows
…ore/dbt/contracts
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Brice Loustau.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Brice Loustau.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Brice Loustau.
|
I fixed my email in the last (empty) commit, so the cla-bot must be triggered by the first two commits. But I don't think I can change them now. |
@seub Could you try |
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Leo Folsom.
|
I rewrote the email in the faulty commits using this and then I did |
New PR: #6718 |
resolves #6603
Description
I changed
Project.version
toOptional
(defaultNone
) in core/dbt/config and core/dbt/contracts.(This change was suggested by @jtcohen6 in the issue #6603)
This config was not being used by dbt, so I believe no further changes are needed.
make test
andmake integration
both passed.Checklist
changie new
to create a changelog entry