Philipp Leufke

Results 7 issues of Philipp Leufke

There are some wireless presenters available that consider it a good idea to send an `F5` key event each time the laser button is pressed. For MS PPT this triggers...

feature
Editor

Currently it is not self-explaining how the fact and dimension tables are to be joined. It would be helpful to have an ERD available in the documentation of this project....

documentation

The SQL profiler provides mechanisms for denying profiling based on table/column name patterns. However, this can become maintenance intensive if, e.g. we want to deny profiling for all columns that...

bug
ingestion
stale

If readfrequency is set to a high value (e.g. 60), all but the last changes get ignored on sync. How to reproduce: - set readfrequency to something big, like e.g....

Currently, if an existing policy is updated, it needs to be unapplied, deleted, created (or CREATE OR REPLACE...) and applied again. This is imho a manual process which is cumbersome...

enhancement

Dashboard filters that _only_ become effective in nested/references datasets, i.e., `select ... from {{ dataset(123) }}', are correctly applied in the query but are not reflected in the filter indicator....

# Summary The `external_location` config setting is respected during state comparison when running dbt with `--state ... -s state:modified` option. This is troublesome in CI scenarios where we compare a...

question