mirror of
https://github.com/dbt-labs/dbt-core
synced 2025-12-19 22:41:28 +00:00
Compare commits
2 Commits
jerco/expe
...
v0.16.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10a3b2d664 | ||
|
|
677e975ed7 |
@@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.16.1rc1
|
current_version = 0.16.1
|
||||||
parse = (?P<major>\d+)
|
parse = (?P<major>\d+)
|
||||||
\.(?P<minor>\d+)
|
\.(?P<minor>\d+)
|
||||||
\.(?P<patch>\d+)
|
\.(?P<patch>\d+)
|
||||||
|
|||||||
@@ -56,5 +56,5 @@ def get_version_information():
|
|||||||
.format(version_msg))
|
.format(version_msg))
|
||||||
|
|
||||||
|
|
||||||
__version__ = '0.16.1rc1'
|
__version__ = '0.16.1'
|
||||||
installed = get_installed_version()
|
installed = get_installed_version()
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ def parse_args(argv=None):
|
|||||||
parser.add_argument('adapter')
|
parser.add_argument('adapter')
|
||||||
parser.add_argument('--title-case', '-t', default=None)
|
parser.add_argument('--title-case', '-t', default=None)
|
||||||
parser.add_argument('--dependency', action='append')
|
parser.add_argument('--dependency', action='append')
|
||||||
parser.add_argument('--dbt-core-version', default='0.16.1rc1')
|
parser.add_argument('--dbt-core-version', default='0.16.1')
|
||||||
parser.add_argument('--email')
|
parser.add_argument('--email')
|
||||||
parser.add_argument('--author')
|
parser.add_argument('--author')
|
||||||
parser.add_argument('--url')
|
parser.add_argument('--url')
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ def read(fname):
|
|||||||
|
|
||||||
|
|
||||||
package_name = "dbt-core"
|
package_name = "dbt-core"
|
||||||
package_version = "0.16.1rc1"
|
package_version = "0.16.1"
|
||||||
description = """dbt (data build tool) is a command line tool that helps \
|
description = """dbt (data build tool) is a command line tool that helps \
|
||||||
analysts and engineers transform data in their warehouse more effectively"""
|
analysts and engineers transform data in their warehouse more effectively"""
|
||||||
|
|
||||||
|
|||||||
20
docker/Dockerfile.0.16.1
Normal file
20
docker/Dockerfile.0.16.1
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
FROM python:3.8.1-slim-buster
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y --no-install-recommends git software-properties-common make build-essential ca-certificates libpq-dev && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
|
COPY docker/requirements/requirements.0.16.1.txt ./requirements.0.16.1.txt
|
||||||
|
COPY dist ./dist
|
||||||
|
RUN pip install --upgrade pip setuptools
|
||||||
|
RUN pip install --requirement ./requirements.0.16.1.txt
|
||||||
|
RUN pip install ./dist/dbt_redshift-0.16.1-py3-none-any.whl ./dist/dbt-0.16.1-py3-none-any.whl ./dist/dbt_bigquery-0.16.1-py3-none-any.whl ./dist/dbt_core-0.16.1-py3-none-any.whl ./dist/dbt_snowflake-0.16.1-py3-none-any.whl ./dist/dbt_postgres-0.16.1-py3-none-any.whl
|
||||||
|
|
||||||
|
RUN useradd -mU dbt_user
|
||||||
|
|
||||||
|
ENV PYTHONIOENCODING=utf-8
|
||||||
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
|
WORKDIR /usr/app
|
||||||
|
VOLUME /usr/app
|
||||||
|
|
||||||
|
USER dbt_user
|
||||||
|
CMD ['dbt', 'run']
|
||||||
72
docker/requirements/requirements.0.16.1.txt
Normal file
72
docker/requirements/requirements.0.16.1.txt
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
agate==1.6.1
|
||||||
|
asn1crypto==1.3.0
|
||||||
|
attrs==19.3.0
|
||||||
|
azure-common==1.1.25
|
||||||
|
azure-storage-blob==2.1.0
|
||||||
|
azure-storage-common==2.1.0
|
||||||
|
Babel==2.8.0
|
||||||
|
boto3==1.11.17
|
||||||
|
botocore==1.14.17
|
||||||
|
cachetools==4.1.0
|
||||||
|
certifi==2020.4.5.1
|
||||||
|
cffi==1.13.2
|
||||||
|
chardet==3.0.4
|
||||||
|
colorama==0.4.3
|
||||||
|
cryptography==2.9
|
||||||
|
decorator==4.4.2
|
||||||
|
docutils==0.15.2
|
||||||
|
google-api-core==1.16.0
|
||||||
|
google-auth==1.13.1
|
||||||
|
google-cloud-bigquery==1.24.0
|
||||||
|
google-cloud-core==1.3.0
|
||||||
|
google-resumable-media==0.5.0
|
||||||
|
googleapis-common-protos==1.6.0
|
||||||
|
hologram==0.0.6
|
||||||
|
idna==2.8
|
||||||
|
ijson==2.6.1
|
||||||
|
importlib-metadata==1.6.0
|
||||||
|
isodate==0.6.0
|
||||||
|
Jinja2==2.11.2
|
||||||
|
jmespath==0.9.5
|
||||||
|
json-rpc==1.13.0
|
||||||
|
jsonschema==3.1.1
|
||||||
|
leather==0.3.3
|
||||||
|
Logbook==1.5.3
|
||||||
|
MarkupSafe==1.1.1
|
||||||
|
minimal-snowplow-tracker==0.0.2
|
||||||
|
more-itertools==8.2.0
|
||||||
|
networkx==2.4
|
||||||
|
oscrypto==1.2.0
|
||||||
|
packaging==20.3
|
||||||
|
parsedatetime==2.5
|
||||||
|
pluggy==0.13.1
|
||||||
|
protobuf==3.11.3
|
||||||
|
psycopg2-binary==2.8.5
|
||||||
|
py==1.8.1
|
||||||
|
pyasn1==0.4.8
|
||||||
|
pyasn1-modules==0.2.8
|
||||||
|
pycparser==2.20
|
||||||
|
pycryptodomex==3.9.7
|
||||||
|
PyJWT==1.7.1
|
||||||
|
pyOpenSSL==19.1.0
|
||||||
|
pyparsing==2.4.7
|
||||||
|
pyrsistent==0.16.0
|
||||||
|
pytest==5.4.1
|
||||||
|
pytest-logbook==1.2.0
|
||||||
|
python-dateutil==2.8.1
|
||||||
|
python-slugify==4.0.0
|
||||||
|
pytimeparse==1.1.8
|
||||||
|
pytz==2019.3
|
||||||
|
PyYAML==5.3.1
|
||||||
|
requests==2.22.0
|
||||||
|
rsa==4.0
|
||||||
|
s3transfer==0.3.3
|
||||||
|
six==1.14.0
|
||||||
|
snowflake-connector-python==2.2.1
|
||||||
|
sqlparse==0.3.1
|
||||||
|
text-unidecode==1.3
|
||||||
|
typing-extensions==3.7.4.2
|
||||||
|
urllib3==1.25.8
|
||||||
|
wcwidth==0.1.9
|
||||||
|
Werkzeug==0.16.1
|
||||||
|
zipp==3.1.0
|
||||||
@@ -14,7 +14,7 @@ except ImportError:
|
|||||||
|
|
||||||
|
|
||||||
package_name = "dbt-bigquery"
|
package_name = "dbt-bigquery"
|
||||||
package_version = "0.16.1rc1"
|
package_version = "0.16.1"
|
||||||
description = """The bigquery adapter plugin for dbt (data build tool)"""
|
description = """The bigquery adapter plugin for dbt (data build tool)"""
|
||||||
|
|
||||||
this_directory = os.path.abspath(os.path.dirname(__file__))
|
this_directory = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ def _dbt_psycopg2_name():
|
|||||||
|
|
||||||
|
|
||||||
package_name = "dbt-postgres"
|
package_name = "dbt-postgres"
|
||||||
package_version = "0.16.1rc1"
|
package_version = "0.16.1"
|
||||||
description = """The postgres adpter plugin for dbt (data build tool)"""
|
description = """The postgres adpter plugin for dbt (data build tool)"""
|
||||||
|
|
||||||
this_directory = os.path.abspath(os.path.dirname(__file__))
|
this_directory = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ except ImportError:
|
|||||||
|
|
||||||
|
|
||||||
package_name = "dbt-redshift"
|
package_name = "dbt-redshift"
|
||||||
package_version = "0.16.1rc1"
|
package_version = "0.16.1"
|
||||||
description = """The redshift adapter plugin for dbt (data build tool)"""
|
description = """The redshift adapter plugin for dbt (data build tool)"""
|
||||||
|
|
||||||
this_directory = os.path.abspath(os.path.dirname(__file__))
|
this_directory = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ except ImportError:
|
|||||||
|
|
||||||
|
|
||||||
package_name = "dbt-snowflake"
|
package_name = "dbt-snowflake"
|
||||||
package_version = "0.16.1rc1"
|
package_version = "0.16.1"
|
||||||
description = """The snowflake adapter plugin for dbt (data build tool)"""
|
description = """The snowflake adapter plugin for dbt (data build tool)"""
|
||||||
|
|
||||||
this_directory = os.path.abspath(os.path.dirname(__file__))
|
this_directory = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -18,7 +18,7 @@ with open(os.path.join(this_directory, 'README.md')) as f:
|
|||||||
|
|
||||||
|
|
||||||
package_name = "dbt"
|
package_name = "dbt"
|
||||||
package_version = "0.16.1rc1"
|
package_version = "0.16.1"
|
||||||
description = """With dbt, data analysts and engineers can build analytics \
|
description = """With dbt, data analysts and engineers can build analytics \
|
||||||
the way engineers build applications."""
|
the way engineers build applications."""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user