fix dbt incremental :new ideas for no rollback and support incremental data rerun . add snapshot use 'mysql-connector-python' mysql driver to replace 'MysqlDb' driver
24 lines
425 B
Plaintext
24 lines
425 B
Plaintext
# install latest changes in dbt-core
|
|
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
|
|
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter
|
|
|
|
black==22.3.0
|
|
bumpversion
|
|
flake8
|
|
flaky
|
|
freezegun==0.3.12
|
|
ipdb
|
|
mypy==0.782
|
|
pip-tools
|
|
pre-commit
|
|
pytest
|
|
pytest-dotenv
|
|
pytest-logbook
|
|
pytest-csv
|
|
pytest-xdist
|
|
pytz
|
|
tox>=3.13
|
|
twine
|
|
wheel
|
|
mysql-connector-python>=8.0.0,<8.1
|