We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0906562 commit 3dac8daCopy full SHA for 3dac8da
setup.py
@@ -10,7 +10,7 @@
10
setup(
11
name='elementary-data',
12
description='Data monitoring and lineage',
13
- version='0.2.8',
+ version='0.2.9',
14
packages=find_packages(),
15
python_requires='>=3.6.2',
16
entry_points='''
@@ -48,6 +48,8 @@
48
'google-cloud-bigquery>=1.25.0,<3',
49
'google-api-core>=1.16.0,<3',
50
'python-dateutil>=2.7.2,<3.0.0',
51
+ # temp solution until refactor of utils.dbt
52
+ 'dbt-bigquery>=0.20,<2.0.0',
53
# Indirect
54
'protobuf<4,>=3.13.0',
55
'typing-extensions<3.11,>=3.7.4',
0 commit comments