You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently, whatever filter is applied for bigquery provider - datasets type, the same filter automatically gets applied to the tables type also in the same provider config.
This is happening due to the way - tables are fetched in bigquery provider.
In bigquery provider, tables are added as part of children for dataset. As part of this filtration for bigquery datasets, tables also get filtered out, since flattening out happens later after filtration and not before.
To Reproduce
Create a bigquery provider which has both dataset and table resource types
Add a filter only for dataset resource in provider config
run the fetch resources job and check resources data
Description
Currently, whatever filter is applied for bigquery provider -
datasets
type, the same filter automatically gets applied to thetables
type also in the same provider config.This is happening due to the way - tables are fetched in bigquery provider.
In bigquery provider, tables are added as part of children for dataset. As part of this filtration for bigquery datasets, tables also get filtered out, since flattening out happens later after filtration and not before.
To Reproduce
cc/ @utsav14nov
The text was updated successfully, but these errors were encountered: