Skip to content

Update dbt-postgres requirement from ~=1.1.0 to >=1.1,<1.3 in /misc/dbt-materialize#40

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/misc/dbt-materialize/dbt-postgres-gte-1.1-and-lt-1.3
Closed

Update dbt-postgres requirement from ~=1.1.0 to >=1.1,<1.3 in /misc/dbt-materialize#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/misc/dbt-materialize/dbt-postgres-gte-1.1-and-lt-1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2022

Copy link
Copy Markdown

Updates the requirements on dbt-postgres to permit the latest version.

Release notes

Sourced from dbt-postgres's releases.

dbt-core v1.2.0

dbt-core 1.2.0 - July 26, 2022

Features

  • Add selector method when reading selector definitions (#4821, #4827)
  • Add set and zip function to contexts (#2345, #5107)
  • Adds itertools to modules Jinja namespace (#5130, #5140)
  • allow target as an option in profile_template.yml (#5179, #5184)
  • seed: Add new macro get_csv_sql (#5206, #5207)
  • Grants as Node Configs (#5189, #5230)
  • Adds file selectors and support for file selectors in the default method selector (#5240, #5241)
  • Move cross-db macros from dbt-utils into dbt-core global project (#4813, #5265)
  • Prettify duration message at the end of execution (#5253, #5364)
  • Early return from dbt init if no available adapters (#5365, #5366)
  • Allow customizing target-path and log-path through environment variables and CLI flags. (#5399, #5402)
  • Move type_* macros from dbt-utils into dbt-core, with tests (#5317, #5428)
  • Add support for ratio metrics (#4884, #5027)
  • Allow users to define grants as a reasonable default in the dbt_project.yml or within each model sql or yml file combined. (#5263, #5369)
  • Add reusable function for retrying adapter connections. Utilize said function to add retries for Postgres (and Redshift). (#5022, #5432)

Fixes

  • Adding new cols to check_cols in snapshots (#3146, #4893)
  • Truncate relation names when appending a suffix that will result in len > 63 characters using make_temp_relation and make_backup_relation macros (#2869, #4921)
  • Restore ability to utilize updated_at for check_cols snapshots (#5076, #5077)
  • Use yaml renderer (with target context) for rendering selectors (#5131, #5136)
  • Fix retry logic to return values after initial try (#5023, #5137)
  • Scrub secret env vars from CommandError in exception stacktrace (#5151, #5152)
  • Ensure the metric name does not contain spaces (#4572, #5173)
  • When parsing 'all_sources' should be a list of unique dirs (#5120, #5176)
  • Add warning if yaml contains duplicate keys (#5114, #5146)
  • Modifying the drop_test_schema to work better with Redshift issues around locked tables and current transactions (#5200, #5198)
  • Fix column comparison in snapshot_check_all_get_existing_columns for check-strategy snapshots with explicit check_cols defined (#5222, #5223)
  • Changed how --select state:modified detects changes for macros nodes depend on (#5202, #5224)
  • Fix column comparison in snapshot_check_all_get_existing_columns to use adapter.get_columns_in_relation (#5222, #5232)
  • Remove docs file from manifest when removing doc node (#4146, #5270)
  • Remove duplicate dbt script entry (#5314, #5304)
  • Change node ancestor/descendant algo, fixes issue where downstream models aren't run when using networkx >= 2.8.1 (#5286, #5326)
  • Fixing Windows color regression (#5191, #5327)
  • Define compatibility for older manifest versions when using state: selection methods (#5213, #5346)
  • Add inheritance to materialization macro resolution (#4646, #5348)
  • Improve pluralizations for Documentation and SqlOperation NodeTypes (#5352, #5356)
  • Properly use quotes for Snowflake snapshots when checking all columns (#2975, #5389)
  • fixes handling of RESET color code with USE_COLORS=False (#5288, #5394)
  • Remove duplicate key checking introduced in 1.2.0a1 (#5331, #5403)
  • Rename try to strict for more intuitiveness (#5475, #5477)

Docs

  • Fixed sample SQL Code for sources when no database is defined (#5255, #5446)
  • Add support for file: selector in DAG viz (#5255, #5446)
  • [Snyk] Upgrade prismjs from 1.27.0 to 1.28.0 (#5255, #5446)
  • Run build and tests in CI checks (#5255, #5446)
  • Improve metrics DAG viz and documentation page (#5255, #5446)
  • Upgrade cytoscape.js fork (#5255, #5446)

... (truncated)

Changelog

Sourced from dbt-postgres's changelog.

dbt-core 1.2.0 - July 26, 2022

Features

  • Add selector method when reading selector definitions (#4821, #4827)
  • Add set and zip function to contexts (#2345, #5107)
  • Adds itertools to modules Jinja namespace (#5130, #5140)
  • allow target as an option in profile_template.yml (#5179, #5184)
  • seed: Add new macro get_csv_sql (#5206, #5207)
  • Grants as Node Configs (#5189, #5230)
  • Adds file selectors and support for file selectors in the default method selector (#5240, #5241)
  • Move cross-db macros from dbt-utils into dbt-core global project (#4813, #5265)
  • Prettify duration message at the end of execution (#5253, #5364)
  • Early return from dbt init if no available adapters (#5365, #5366)
  • Allow customizing target-path and log-path through environment variables and CLI flags. (#5399, #5402)
  • Move type_* macros from dbt-utils into dbt-core, with tests (#5317, #5428)
  • Add support for ratio metrics (#4884, #5027)
  • Allow users to define grants as a reasonable default in the dbt_project.yml or within each model sql or yml file combined. (#5263, #5369)
  • Add reusable function for retrying adapter connections. Utilize said function to add retries for Postgres (and Redshift). (#5022, #5432)

Fixes

  • Adding new cols to check_cols in snapshots (#3146, #4893)
  • Truncate relation names when appending a suffix that will result in len > 63 characters using make_temp_relation and make_backup_relation macros (#2869, #4921)
  • Restore ability to utilize updated_at for check_cols snapshots (#5076, #5077)
  • Use yaml renderer (with target context) for rendering selectors (#5131, #5136)
  • Fix retry logic to return values after initial try (#5023, #5137)
  • Scrub secret env vars from CommandError in exception stacktrace (#5151, #5152)
  • Ensure the metric name does not contain spaces (#4572, #5173)
  • When parsing 'all_sources' should be a list of unique dirs (#5120, #5176)
  • Add warning if yaml contains duplicate keys (#5114, #5146)
  • Modifying the drop_test_schema to work better with Redshift issues around locked tables and current transactions (#5200, #5198)
  • Fix column comparison in snapshot_check_all_get_existing_columns for check-strategy snapshots with explicit check_cols defined (#5222, #5223)
  • Changed how --select state:modified detects changes for macros nodes depend on (#5202, #5224)
  • Fix column comparison in snapshot_check_all_get_existing_columns to use adapter.get_columns_in_relation (#5222, #5232)
  • Remove docs file from manifest when removing doc node (#4146, #5270)
  • Remove duplicate dbt script entry (#5314, #5304)
  • Change node ancestor/descendant algo, fixes issue where downstream models aren't run when using networkx >= 2.8.1 (#5286, #5326)
  • Fixing Windows color regression (#5191, #5327)
  • Define compatibility for older manifest versions when using state: selection methods (#5213, #5346)
  • Add inheritance to materialization macro resolution (#4646, #5348)
  • Improve pluralizations for Documentation and SqlOperation NodeTypes (#5352, #5356)
  • Properly use quotes for Snowflake snapshots when checking all columns (#2975, #5389)
  • fixes handling of RESET color code with USE_COLORS=False (#5288, #5394)
  • Remove duplicate key checking introduced in 1.2.0a1 (#5331, #5403)
  • Rename try to strict for more intuitiveness (#5475, #5477)

Docs

  • Fixed sample SQL Code for sources when no database is defined (#5255, #5446)
  • Add support for file: selector in DAG viz (#5255, #5446)
  • [Snyk] Upgrade prismjs from 1.27.0 to 1.28.0 (#5255, #5446)
  • Run build and tests in CI checks (#5255, #5446)
  • Improve metrics DAG viz and documentation page (#5255, #5446)
  • Upgrade cytoscape.js fork (#5255, #5446)

Under the Hood

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [dbt-postgres](https://github.com/dbt-labs/dbt-core) to permit the latest version.
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.2.0/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: dbt-postgres
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2022

Copy link
Copy Markdown
Author

The following labels could not be found: A-dependencies.

@dependabot @github

dependabot Bot commented on behalf of github Oct 12, 2022

Copy link
Copy Markdown
Author

Superseded by #96.

@dependabot dependabot Bot closed this Oct 12, 2022
@dependabot dependabot Bot deleted the dependabot/pip/misc/dbt-materialize/dbt-postgres-gte-1.1-and-lt-1.3 branch October 12, 2022 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants