dbt-labs / dbt-external-tables

dbt macros to stage external sources
https://hub.getdbt.com/dbt-labs/dbt_external_tables/latest/
Apache License 2.0
288 stars 116 forks source link

[BigQuery] When I upgrade 0.8.0 -> 0.8.5. On BigQuery Create Table Succeed, But dbt log None 0 models Processed. #216

Closed james604s closed 7 months ago

james604s commented 1 year ago

Describe the bug

[BigQuery] When I upgrade 0.8.0 -> 0.8.5. On BigQuery Create Table Succeed, But dbt log None 0 models Processed.

Steps to reproduce

dbt run-operation stage_external_sources --vars "ext_full_refresh: true" --args "select: :<table" When 0.8.0 CREATE Succeed Like This 19:01:48 + 1 of 1 (2) create external table "db"."spectrum"."my_partitioned_tbl"... 19:01:48 + 1 of 1 (2) CREATE EXTERNAL TABLE

Upgrade to 0.8.5 I don't know why not display this 19:01:48 + 1 of 1 (2) CREATE EXTERNAL TABLE display None(model 0 Processed)

Expected results

Actual results

Screenshots and log output

image-2023-05-29-16-45-51-162

System information

The contents of your packages.yml file:

Which database are you using dbt with?

The output of dbt --version:

dbt version 1.4.0
dbt external tables 0.8.0 -> 0.8.5

The operating system you're using:

The output of python --version: 3.8

Additional context

jeremyyeo commented 1 year ago

Hey @james604s - while that log line None (0 processed) is printed out - are the external tables in BQ still working as expected though?

james604s commented 1 year ago

Hey @jeremyyeo, Yes, BQ still working as expected.

github-actions[bot] commented 7 months ago

This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.

github-actions[bot] commented 7 months ago

Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers.