can't track tables because source is inconsistent #10235
-
I am using pg_track_table found in documentaion to track some tables. I am always getting the following error: source with name "Ali_Lotfy" is inconsistent. This is the body of the request How to solve this inconsistency? Is source consistency different from metadata status as the Hasura console is showing metadata status to be consistent? I want a programmatic way to track tables. If this method won't work, is there another method? note: I am creating my resources using by sending a post request of type bigquery_add_source. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hello @alilotfy , thanks for reporting. I will try to repro this on my end and let you know. Meanwhile, if you can also let me know that on which version of Hasura you are experiencing this on, it would be helpful. |
Beta Was this translation helpful? Give feedback.
Oh, so you are using BQ database and using bigquery-track-table metadata API ? I tried to reproduce using pg-track-table API earlier.