I am trying to import an external table that has hive partitioned information on it in GCS. The structure of file has the following format.
gs://bucket/events/year=2020/month=03/day=23/hour=0/ gs://bucket/events/year=2020/month=03/day=23/hour=1/ The files under these folders are in JSON format.
When I try to create the table in BigQuery, the UI editor doesn't allow me to enter Source URI information. The option comes up as follows.
Does anyone know what could be the issue around this? Why is the source URI information coming up disabled? Is it something to do with permissions or the way partitions are created in the structure above?

