We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446cd98 commit 2c36133Copy full SHA for 2c36133
1 file changed
src/changeset/change_set.py
@@ -167,7 +167,6 @@ def build_change_set(
167
168
_check_single_account_id(list(defined_jobs.values()))
169
170
- # HACK for getting the account_id of one entry
171
dbt_cloud = DBTCloud(
172
account_id=list(defined_jobs.values())[0].account_id,
173
api_key=os.environ.get("DBT_API_KEY"),
0 commit comments