Karthik

Results 6 issues of Karthik

I am trying to use GitLab DBT project repo using DbtGitRemoteHook ``` dbt_run = DbtRunOperator( task_id="dbt_run", project_dir="https://domain/abc/-/tree/main/dbt/db_metrics?private_token=abcdesf", dbt_conn_id="dbt_conn_id", target="dev", do_xcom_push_artifacts=["run_results.json"], ) ``` ``` raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError:...

enhancement

**Describe the bug** When below command is run `edr send-report --s3-bucket-name abc --bucket-file-path /edr/index.html --project-dir /opt/airflow/dbt-dir/ --profiles-dir /opt/airflow/dbt-dir/ -c /mnt/working-dir -st *** -ch elem_alerts ` It throws below error ```...

Bug
Triage 👀

**Is your feature request related to a problem? Please describe.** We have some model running small_WH , and some in large_WH , its difficult to identify what snowflake warehouse is...

Feature Request 💡
dbt package
dbt artifacts

## What did you do - How was the cluster created? - ``` podman system connection list Name URI Identity Default podman-machine-default ssh://[email protected]:55878/run/user/503/podman/podman.sock /Users/abc.com/.ssh/podman-machine-default true podman-machine-default-root ssh://[email protected]:55878/run/podman/podman.sock /Users/abc.com/.ssh/podman-machine-default false ```...

bug

### Describe the feature When creating new file documention for the model , it should use the same model name and save in the same location of where the model...

enhancement

We don’t have DBT Project inside the Airflow Dag , Both Airflow Repo and DBT Repo are separate There should a feature where it can clone the DBT Project into...

stale