Skip to content

Conversation

@edlouth
Copy link
Contributor

@edlouth edlouth commented Feb 17, 2023

No description provided.

@graibot
Copy link

graibot bot commented Feb 17, 2023

graph TD;
	prod/prod.customers.id-->|"❌"| default/PUBLIC.raw_customers.id;
	prod/prod.customers.first_name-->|"❌"| default/PUBLIC.raw_customers.first_name;
	prod/prod.customers.last_name-->|"❌"| default/PUBLIC.raw_customers.last_name;
	prod/prod.orders.id-->|"❌"| default/PUBLIC.raw_orders.id;
	prod/prod.orders.user_id-->|"❌"| default/PUBLIC.raw_orders.user_id;
	prod/prod.orders.order_date-->|"❌"| default/PUBLIC.raw_orders.order_date;
	prod/prod.orders.status-->|"❌"| default/PUBLIC.raw_orders.status;
	prod/prod.payments.id-->|"❌"| default/PUBLIC.raw_payments.id;
	prod/prod.payments.order_id-->|"❌"| default/PUBLIC.raw_payments.order_id;
	prod/prod.payments.payment_method-->|"❌"| default/PUBLIC.raw_payments.payment_method;
Loading

Test Results

Namespace Changed Node Failing Dependency Test Message
prod prod.customers.id default/PUBLIC.raw_customers.id Uniqueness Node default/PUBLIC.raw_customers.id expected not to be unique
prod prod.customers.first_name default/PUBLIC.raw_customers.first_name Nullable Node default/PUBLIC.raw_customers.first_name expected not to be nullable
prod prod.customers.last_name default/PUBLIC.raw_customers.last_name Nullable Node default/PUBLIC.raw_customers.last_name expected not to be nullable
prod prod.orders.id default/PUBLIC.raw_orders.id Uniqueness Node default/PUBLIC.raw_orders.id expected not to be unique
prod prod.orders.user_id default/PUBLIC.raw_orders.user_id Nullable Node default/PUBLIC.raw_orders.user_id expected not to be nullable
prod prod.orders.order_date default/PUBLIC.raw_orders.order_date Nullable Node default/PUBLIC.raw_orders.order_date expected not to be nullable
prod prod.orders.status default/PUBLIC.raw_orders.status Nullable Node default/PUBLIC.raw_orders.status expected not to be nullable
prod prod.payments.id default/PUBLIC.raw_payments.id Uniqueness Node default/PUBLIC.raw_payments.id expected not to be unique
prod prod.payments.order_id default/PUBLIC.raw_payments.order_id Nullable Node default/PUBLIC.raw_payments.order_id expected not to be nullable
prod prod.payments.payment_method default/PUBLIC.raw_payments.payment_method Nullable Node default/PUBLIC.raw_payments.payment_method expected not to be nullable

View full report at Grai.

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