Skip to content
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

Fix repo for gatekeeper cert #18

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

johnpilgrim0
Copy link

No description provided.

Copy link

@evb123 evb123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Some comments, please review :)

@@ -0,0 +1,15 @@
WITH orders AS (
SELECT
*
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we usually encourage only necessary columns to be select as high up in he query as possible (but not a blocker)

)

SELECT
TRUNC(first_order, "MM") AS first_order_month
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if first_order is a timesamp, it should be localised before truncation :)

- not_null
- name: first_name_hash
tests:
- dbt_expectations.expect_column_to_exist
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

version: 2

models:
- name: stg_customers_pii
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're missing a sensitive config on this _PII table (how do we know to put this model in consumer_sensitive db?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants