You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one wants to trigger alter external table my_table refresh; on a Delta table that is not partitioned it's not possible because current implementation checks for external.partitions setting and if external.auto_refresh is false - ref.
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.
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.
Describe the bug
If one wants to trigger
alter external table my_table refresh;
on a Delta table that is not partitioned it's not possible because current implementation checks forexternal.partitions
setting and ifexternal.auto_refresh
is false - ref.Steps to reproduce
Example
source.yml
to consider:then try to trigger a refresh:
dbt run-operation stage_external_sources --vars "ext_full_refresh: true"
Expected results
We should be able to trigger
ALTER EXTERNAL TABLE ... REFRESH
on non-partitioned Delta tables.Actual results
Screenshots and log output
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
The output of
python --version
:Additional context
Using branch from #199 on DBT Cloud
The text was updated successfully, but these errors were encountered: