-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADAP-1085] [Bug] When using iceberg format, dbt docs generate is unable to populate the columns information #485
Labels
feature:iceberg
Issues related to Iceberg support
help-wanted
Extra attention is needed
pkg:dbt-spark
Issue affects dbt-spark
type:bug
Something isn't working as documented
Comments
emr_dag_automation_blueprint.py.txt 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
|
mikealfare
pushed a commit
that referenced
this issue
Jan 14, 2025
* Fix regression require_partition_filter usage with insert_overwrite fails on second run * review changes * merge remote * test clean up * test clean up * remove log call --------- Co-authored-by: colin-rogers-dbt <[email protected]> Co-authored-by: Colin <[email protected]>
mikealfare
pushed a commit
that referenced
this issue
Jan 20, 2025
* convert test_store_test_failures to functional test * test not requiring a region in hostname * remove dev-requirements.txt change * add unit test and clean up logic * add changie * simplify region inference logic * remove region logic entirely
mikealfare
pushed a commit
that referenced
this issue
Jan 24, 2025
colin-rogers-dbt
pushed a commit
that referenced
this issue
Feb 3, 2025
Co-authored-by: nicor88 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature:iceberg
Issues related to Iceberg support
help-wanted
Extra attention is needed
pkg:dbt-spark
Issue affects dbt-spark
type:bug
Something isn't working as documented
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}
The text was updated successfully, but these errors were encountered: