From ee24b7e88a9957dd093ef5fce3303875d508f5e9 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 29 Dec 2020 22:52:34 +0000 Subject: [PATCH] Release dbt v0.19.0rc1 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 3 + core/dbt/version.py | 2 +- core/setup.py | 2 +- .../requirements/requirements.0.19.0rc1.txt | 71 +++++++++++++++++++ .../dbt/adapters/bigquery/__version__.py | 2 +- plugins/bigquery/setup.py | 2 +- .../dbt/adapters/postgres/__version__.py | 2 +- plugins/postgres/setup.py | 2 +- .../dbt/adapters/redshift/__version__.py | 2 +- plugins/redshift/setup.py | 2 +- .../dbt/adapters/snowflake/__version__.py | 2 +- plugins/snowflake/setup.py | 2 +- setup.py | 2 +- 14 files changed, 86 insertions(+), 12 deletions(-) create mode 100644 docker/requirements/requirements.0.19.0rc1.txt diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4ef85a4a201..5c481c99aba 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.0b1 +current_version = 0.19.0rc1 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b0a29a2b95..e3cf8308315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## dbt 0.19.0 (Release TBD) +## dbt 0.19.0rc1 (December 29, 2020) + + ### Features - Added macro get_partitions_metadata(table) to return partition metadata for partitioned table ([#2552](https://github.com/fishtown-analytics/dbt/pull/2552), [#2596](https://github.com/fishtown-analytics/dbt/pull/2596)) - Added `--defer` flag for `dbt test` as well. ([#2701](https://github.com/fishtown-analytics/dbt/issues/2701), [#2706](https://github.com/fishtown-analytics/dbt/pull/2706)) diff --git a/core/dbt/version.py b/core/dbt/version.py index 6f5ae97f5ce..2c26e766916 100644 --- a/core/dbt/version.py +++ b/core/dbt/version.py @@ -96,5 +96,5 @@ def _get_dbt_plugins_info(): yield plugin_name, mod.version -__version__ = '0.19.0b1' +__version__ = '0.19.0rc1' installed = get_installed_version() diff --git a/core/setup.py b/core/setup.py index 845545ef446..df52439a623 100644 --- a/core/setup.py +++ b/core/setup.py @@ -24,7 +24,7 @@ def read(fname): package_name = "dbt-core" -package_version = "0.19.0b1" +package_version = "0.19.0rc1" description = """dbt (data build tool) is a command line tool that helps \ analysts and engineers transform data in their warehouse more effectively""" diff --git a/docker/requirements/requirements.0.19.0rc1.txt b/docker/requirements/requirements.0.19.0rc1.txt new file mode 100644 index 00000000000..8e56fd673f6 --- /dev/null +++ b/docker/requirements/requirements.0.19.0rc1.txt @@ -0,0 +1,71 @@ +agate==1.6.1 +asn1crypto==1.4.0 +attrs==20.3.0 +azure-common==1.1.26 +azure-core==1.9.0 +azure-storage-blob==12.6.0 +Babel==2.9.0 +boto3==1.15.18 +botocore==1.14.17 +cachetools==4.2.0 +certifi==2020.12.5 +cffi==1.14.4 +chardet==3.0.4 +colorama==0.4.3 +cryptography==3.3.1 +decorator==4.4.2 +docutils==0.15.2 +google-api-core==1.23.0 +google-auth==1.24.0 +google-cloud-bigquery==2.3.1 +google-cloud-core==1.4.4 +google-crc32c==1.1.0 +google-resumable-media==1.2.0 +googleapis-common-protos==1.52.0 +hologram==0.0.12 +idna==2.9 +importlib-metadata==3.3.0 +isodate==0.6.0 +jeepney==0.6.0 +Jinja2==2.11.2 +jmespath==0.10.0 +json-rpc==1.13.0 +jsonschema==3.1.1 +keyring==21.7.0 +leather==0.3.3 +Logbook==1.5.3 +MarkupSafe==1.1.1 +minimal-snowplow-tracker==0.0.2 +msrest==0.6.19 +networkx==2.5 +oauthlib==3.1.0 +oscrypto==1.2.1 +parsedatetime==2.6 +proto-plus==1.13.0 +protobuf==3.14.0 +psycopg2-binary==2.8.6 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pycparser==2.20 +pycryptodomex==3.9.9 +PyJWT==1.7.1 +pyOpenSSL==20.0.1 +pyrsistent==0.17.3 +python-dateutil==2.8.1 +python-slugify==4.0.1 +pytimeparse==1.1.8 +pytz==2020.5 +PyYAML==5.3.1 +requests==2.23.0 +requests-oauthlib==1.3.0 +rsa==4.6 +s3transfer==0.3.3 +SecretStorage==3.3.0 +six==1.15.0 +snowflake-connector-python==2.3.6 +sqlparse==0.3.1 +text-unidecode==1.3 +typing-extensions==3.7.4.3 +urllib3==1.25.11 +Werkzeug==0.16.1 +zipp==3.4.0 diff --git a/plugins/bigquery/dbt/adapters/bigquery/__version__.py b/plugins/bigquery/dbt/adapters/bigquery/__version__.py index 9fde2e4c604..3cdf668b453 100644 --- a/plugins/bigquery/dbt/adapters/bigquery/__version__.py +++ b/plugins/bigquery/dbt/adapters/bigquery/__version__.py @@ -1 +1 @@ -version = '0.19.0b1' +version = '0.19.0rc1' diff --git a/plugins/bigquery/setup.py b/plugins/bigquery/setup.py index 377a30d1cb7..67688e0d5a5 100644 --- a/plugins/bigquery/setup.py +++ b/plugins/bigquery/setup.py @@ -20,7 +20,7 @@ package_name = "dbt-bigquery" -package_version = "0.19.0b1" +package_version = "0.19.0rc1" description = """The bigquery adapter plugin for dbt (data build tool)""" this_directory = os.path.abspath(os.path.dirname(__file__)) diff --git a/plugins/postgres/dbt/adapters/postgres/__version__.py b/plugins/postgres/dbt/adapters/postgres/__version__.py index 9fde2e4c604..3cdf668b453 100644 --- a/plugins/postgres/dbt/adapters/postgres/__version__.py +++ b/plugins/postgres/dbt/adapters/postgres/__version__.py @@ -1 +1 @@ -version = '0.19.0b1' +version = '0.19.0rc1' diff --git a/plugins/postgres/setup.py b/plugins/postgres/setup.py index a1d0bc88c54..572f52ae7e7 100644 --- a/plugins/postgres/setup.py +++ b/plugins/postgres/setup.py @@ -41,7 +41,7 @@ def _dbt_psycopg2_name(): package_name = "dbt-postgres" -package_version = "0.19.0b1" +package_version = "0.19.0rc1" description = """The postgres adpter plugin for dbt (data build tool)""" this_directory = os.path.abspath(os.path.dirname(__file__)) diff --git a/plugins/redshift/dbt/adapters/redshift/__version__.py b/plugins/redshift/dbt/adapters/redshift/__version__.py index 9fde2e4c604..3cdf668b453 100644 --- a/plugins/redshift/dbt/adapters/redshift/__version__.py +++ b/plugins/redshift/dbt/adapters/redshift/__version__.py @@ -1 +1 @@ -version = '0.19.0b1' +version = '0.19.0rc1' diff --git a/plugins/redshift/setup.py b/plugins/redshift/setup.py index ed7ff2a1d43..8be71e59378 100644 --- a/plugins/redshift/setup.py +++ b/plugins/redshift/setup.py @@ -20,7 +20,7 @@ package_name = "dbt-redshift" -package_version = "0.19.0b1" +package_version = "0.19.0rc1" description = """The redshift adapter plugin for dbt (data build tool)""" this_directory = os.path.abspath(os.path.dirname(__file__)) diff --git a/plugins/snowflake/dbt/adapters/snowflake/__version__.py b/plugins/snowflake/dbt/adapters/snowflake/__version__.py index 9fde2e4c604..3cdf668b453 100644 --- a/plugins/snowflake/dbt/adapters/snowflake/__version__.py +++ b/plugins/snowflake/dbt/adapters/snowflake/__version__.py @@ -1 +1 @@ -version = '0.19.0b1' +version = '0.19.0rc1' diff --git a/plugins/snowflake/setup.py b/plugins/snowflake/setup.py index 26c74aaa7e7..1d262c440cf 100644 --- a/plugins/snowflake/setup.py +++ b/plugins/snowflake/setup.py @@ -20,7 +20,7 @@ package_name = "dbt-snowflake" -package_version = "0.19.0b1" +package_version = "0.19.0rc1" description = """The snowflake adapter plugin for dbt (data build tool)""" this_directory = os.path.abspath(os.path.dirname(__file__)) diff --git a/setup.py b/setup.py index 1d87bbf3cd4..8a402e158a2 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ package_name = "dbt" -package_version = "0.19.0b1" +package_version = "0.19.0rc1" description = """With dbt, data analysts and engineers can build analytics \ the way engineers build applications."""