diff --git a/setup.py b/setup.py index 62c99032f..ebfc6d4b1 100755 --- a/setup.py +++ b/setup.py @@ -255,7 +255,7 @@ def initialize_options(self) -> None: 'PyYAML<5.3', # Not sure how/if interface will change in db-facts, so # let's be conservative about what we're specifying for now. - 'db-facts>=3,<4', + 'db-facts>=4,<5', 'chardet', 'tenacity>=6<7' ], diff --git a/tests/integration/inside-docker-dbfacts.yml b/tests/integration/inside-docker-dbfacts.yml index 39e6332f8..943722fd1 100644 --- a/tests/integration/inside-docker-dbfacts.yml +++ b/tests/integration/inside-docker-dbfacts.yml @@ -37,8 +37,8 @@ dbs: bq_default_project_id: 'bluelabs-tools-dev' bq_default_dataset_id: 'bq_itest' demo-itest: - db_connect_method: lpass + exports_from: lpass lastpass_entry: 'itest Demo redshift' -db_connect_method: +exports_from: lpass: pull_lastpass_from: "{{ lastpass_entry }}"