Discover catalog failed on refresh source schema
Describe the bug
When trying to define a Table Selector model based on a Bigquery source I try define some models based on tables in the database. When searching for a table/refreshing the source schema I get the Discover catalog failed error message.
To Reproduce Steps to reproduce the behavior:
- Go to 'Models'
- Click on '+ Add Model'
- Select 'Bigquery' source
- Select 'Table Selector'
- Click on refresh source schema or search for a table
Expected behavior Expect to see tables defined in Bigquery database
Screenshots
Desktop (please complete the following information):
- OS: Macbook Pro 14'
- Browser: Chrome
Additional context I've checked the connection status which is working. When adding a SQL query model, it works perfectly fine without any issues whatsoever.
@JonathanDeBelg could you share the response for discover api request here ?
Error message:
{
"errors": [
{
"status": 422,
"title": "Error",
"detail": "Discover catalog failed",
"source": {
"catalog": "can't be blank"
}
}
]
}
Any updates on this issue? Would love experimenting with Multiwoven more!
Any updates on this issue?