I'm ussing snowflake flake to create a data warehouse. and i puted scripte to let data updated.
the data is stored on GCP bucket (external stage). So that i can control if the data is updated correctlly or not i'm traying to compare between rows (sonwflake/stage) and columns number (snowflake/stage or bucket)
for the rows; it's okey. But i could'nt count columns from the stage or gcp bucket to comparat and see if all data is loaded correctly.
can you help! if you have some idea to how can i get number of columns from stage or GCP Bucket
Thank u ;)