i need use policy in schema bigquery, airbyte recr...
# replication-troubleshooting
f
i need use policy in schema bigquery, airbyte recreate the tables always
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 3021 to ensure timely resolution!
u
u
Francisco, let me know if that helps!
f
@[DEPRECATED] Marcos Marx @Nataly Merezhuk (Airbyte), i need load from a source with data sensitive, but when set a connect source to bigquery this recreate tables in bigquery
i dont want that recreate the tables
i have ready the taxonomy policy tags in datacalog
when to apply a tag to table in bigquery and run sync en airbyte
airbyte recrete the tables
and delete all policy tag apply
u
OK, let me look into this and I'll get back to you with some ideas!
m
I think you can use DBT with custom transformations to apply the policy tags to the table after airbyte finishes any sync, so they will always apply
If that doesn't work, you can always get the DBT code that Airbyte generated, and customize it to add the policy tags, then you apply it with custom transformations
f
@Marcelo Pio de Castro you have an example?
this option create in bigquery as table o view?
the tables that I need have sensitive values and it is not clear to me if with dbt, I get the transformed bigquery table or create another table or view with the policy tag?
I would try adding a policy_tag to the source column
f
@Marcelo Pio de Castro ok my concern is to have 2 tables, the first one generated by airbyte and without policy tag and another table generated by dtb with policy tag, I can't live with the first table without policy tag. airbyte with dbt creates in the destination only the table transformed with dbt???
m
Airbyte already uses DBT, the tables you see in bigquery are generated with it. Applying policy_tags to the source (if possible) is using the airbyte tables (the source). If you change the DBT code from Airbyte, you can change the policy_tags directly, without using source, so the airbyte tables will be generated with policy_tags
From a security standpoint, changing the airbyte generated DBT code is safer, because that guarantee that it will have a policy tag no matter what
f
ok thanks, i will try
hello, i use airbyte with helm, which is the pod that have the models?
m