multiwoven icon indicating copy to clipboard operation
multiwoven copied to clipboard

Discover catalog failed on refresh source schema

Open JonathanDeBelg opened this issue 1 year ago • 5 comments

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:

  1. Go to 'Models'
  2. Click on '+ Add Model'
  3. Select 'Bigquery' source
  4. Select 'Table Selector'
  5. Click on refresh source schema or search for a table

Expected behavior Expect to see tables defined in Bigquery database

Screenshots Image

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 avatar Jan 17 '25 07:01 JonathanDeBelg

@JonathanDeBelg could you share the response for discover api request here ?

subintp avatar Jan 24 '25 12:01 subintp

Image Error message:

{
    "errors": [
        {
            "status": 422,
            "title": "Error",
            "detail": "Discover catalog failed",
            "source": {
                "catalog": "can't be blank"
            }
        }
    ]
}

JonathanDeBelg avatar Jan 24 '25 12:01 JonathanDeBelg

Any updates on this issue? Would love experimenting with Multiwoven more!

JonathanDeBelg avatar Jan 30 '25 14:01 JonathanDeBelg

Any updates on this issue?

JonathanDeBelg avatar Jan 31 '25 08:01 JonathanDeBelg