Skip to content

Commit

Permalink
Remove elementary_exposures and enriched_exposures (to edr CLI)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzaadi committed Oct 11, 2023
1 parent 47e1b8f commit b9f3efe
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 60 deletions.
24 changes: 0 additions & 24 deletions macros/edr/system/system_utils/empty_table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -74,30 +74,6 @@
{{ elementary.empty_table(columns) }}
{% endmacro %}

{% macro empty_elementary_exposures() %}
{% set columns = [('unique_id', 'string'),
('name', 'string'),
('maturity', 'string'),
('type', 'string'),
('owner_email', 'string'),
('owner_name', 'string'),
('url', 'long_string'),
('depends_on_macros', 'long_string'),
('depends_on_nodes', 'long_string'),
('description', 'long_string'),
('tags', 'long_string'),
('meta', 'long_string'),
('package_name', 'string'),
('original_path', 'long_string'),
('path', 'string'),
('generated_at', 'string'),
('metadata_hash', 'string'),
('label', 'string'),
('raw_queries', 'long_string'),
] %}
{{ elementary.empty_table(columns) }}
{% endmacro %}


{% macro empty_schema_columns_snapshot() %}
{{ elementary.empty_table([('column_state_id','string'),('full_column_name','string'),('full_table_name','string'),('column_name','string'),('data_type','string'),('is_new','boolean'),('detected_at','timestamp'),('created_at','timestamp')]) }}
Expand Down
11 changes: 0 additions & 11 deletions models/edr/elementary_exposures/elementary_exposures.sql

This file was deleted.

19 changes: 0 additions & 19 deletions models/edr/elementary_exposures/enriched_exposures.sql

This file was deleted.

6 changes: 0 additions & 6 deletions models/elementary_exposures.yml

This file was deleted.

0 comments on commit b9f3efe

Please sign in to comment.