Open shishircc opened 10 months ago
emr_dag_automation_blueprint.py.txt Attached DAG can be used to create the EMR with the above configuration
Here is the requirements.txt
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-3.10.txt"
apache-airflow==2.6.3
apache-airflow-providers-salesforce
apache-airflow-providers-apache-spark
apache-airflow-providers-amazon
apache-airflow-providers-postgres
apache-airflow-providers-mongo
apache-airflow-providers-ssh
apache-airflow-providers-common-sql
astronomer-cosmos
boto3
simplejson
pymongo
pymssql
smart-open
psycopg2==2.9.5
simple-salesforce
Is this a new bug in dbt-spark?
Current Behavior
When using iceberg table format, dbt docs generate creates empty catalog.json and hence provides no column information in documentation
Expected Behavior
DBT docs generate should generate properly populated catalog.json
Steps To Reproduce
Relevant log output
Environment
Additional Context
This is the catalog.json generated by
dbt docs generate ...
{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.7.4", "generated_at": "2024-01-02T02:39:55.359210Z", "invocation_id": "4f9b9ed4-e962-49bf-8329-df43b335419a", "env": {}}, "nodes": {}, "sources": {}, "errors": null}