hotfix(console): Prefix get_source_tables in the console

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8647
GitOrigin-RevId: 212dfe78345a6f2b59ccfeb655fe6212e60a1cad
This commit is contained in:
Tom Harding 2023-04-05 17:37:02 +01:00 committed by hasura-bot
parent 9c83934869
commit 7c1345b4ba

View File

@ -8,7 +8,7 @@ export const getTrackableTables = async (props: GetTrackableTablesProps) => {
const result = await runMetadataQuery<GDCTable[]>({
httpClient,
body: {
type: 'get_source_tables',
type: 'dataconnector_get_source_tables',
args: {
source: dataSourceName,
},