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

Trigger demo #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Trigger demo #1

wants to merge 4 commits into from

Conversation

edlouth
Copy link
Contributor

@edlouth edlouth commented Jan 31, 2023

No description provided.

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

graph TD;
	prod/prod.customers.id-->|"❌"| default/public.raw_customers.id;
Loading

prod/prod.customers.id

Failing Tests

Dependency Test Message
prod/prod.customers.id Data Type Node default/public.raw_customers.id expected to be NUMBER not bigint

Show Plot

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

graph TD;
	prod/prod.customers.id-->|"❌"| default/public.raw_customers.first_name;
Loading

prod/prod.customers.first_name

Failing Tests

Dependency Test Message
prod/prod.customers.first_name Nullable Node default/public.raw_customers.first_name expected not to be nullable
prod/prod.customers.first_name Data Type Node default/public.raw_customers.first_name expected to be TEXT not character varying

Show Plot

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

graph TD;
	prod/prod.customers.id-->|"❌"| default/public.raw_customers.last_name;
Loading

prod/prod.customers.last_name

Failing Tests

Dependency Test Message
prod/prod.customers.last_name Nullable Node default/public.raw_customers.last_name expected not to be nullable
prod/prod.customers.last_name Data Type Node default/public.raw_customers.last_name expected to be TEXT not character varying

Show Plot

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

graph TD;
	prod/prod.customers.id-->|"❌"| default/public.raw_orders.id;
Loading

prod/prod.orders.id

Failing Tests

Dependency Test Message
prod/prod.orders.id Data Type Node default/public.raw_orders.id expected to be NUMBER not bigint

Show Plot

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

graph TD;
	prod/prod.customers.id-->|"❌"| default/public.raw_orders.user_id;
Loading

prod/prod.orders.user_id

Failing Tests

Dependency Test Message
prod/prod.orders.user_id Nullable Node default/public.raw_orders.user_id expected not to be nullable
prod/prod.orders.user_id Data Type Node default/public.raw_orders.user_id expected to be NUMBER not bigint

Show Plot

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

graph TD;
	prod/prod.customers.id-->|"❌"| default/public.raw_orders.order_date;
Loading

prod/prod.orders.order_date

Failing Tests

Dependency Test Message
prod/prod.orders.order_date Nullable Node default/public.raw_orders.order_date expected not to be nullable
prod/prod.orders.order_date Data Type Node default/public.raw_orders.order_date expected to be DATE not date

Show Plot

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

graph TD;
	prod/prod.customers.id-->|"❌"| default/public.raw_orders.status;
Loading

prod/prod.orders.status

Failing Tests

Dependency Test Message
prod/prod.orders.status Nullable Node default/public.raw_orders.status expected not to be nullable
prod/prod.orders.status Data Type Node default/public.raw_orders.status expected to be TEXT not character varying

Show Plot

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

graph TD;
	prod/prod.customers.id-->|"❌"| default/public.raw_payments.id;
Loading

prod/prod.payments.id

Failing Tests

Dependency Test Message
prod/prod.payments.id Data Type Node default/public.raw_payments.id expected to be NUMBER not bigint

Show Plot

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

graph TD;
	prod/prod.customers.id-->|"❌"| default/public.raw_payments.order_id;
Loading

prod/prod.payments.order_id

Failing Tests

Dependency Test Message
prod/prod.payments.order_id Nullable Node default/public.raw_payments.order_id expected not to be nullable
prod/prod.payments.order_id Data Type Node default/public.raw_payments.order_id expected to be NUMBER not bigint

Show Plot

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

graph TD;
	prod/prod.customers.id-->|"❌"| default/public.raw_payments.payment_method;
Loading

prod/prod.payments.payment_method

Failing Tests

Dependency Test Message
prod/prod.payments.payment_method Nullable Node default/public.raw_payments.payment_method expected not to be nullable
prod/prod.payments.payment_method Data Type Node default/public.raw_payments.payment_method expected to be TEXT not character varying

Show Plot

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

graph TD;
	prod/prod.customers.id-->|"❌"| default/public.raw_payments.amount;
Loading

prod/prod.payments.amount

Failing Tests

Dependency Test Message
prod/prod.payments.amount Nullable Node default/public.raw_payments.amount expected to be nullable
prod/prod.payments.amount Data Type Node default/public.raw_payments.amount expected to be NUMBER not character varying

Show Plot

@github-actions
Copy link

github-actions bot commented Jun 6, 2023

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

Test Results

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

Show Plot

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