Skip to content

Bigquery connection gets auto added when an error occurs while loading data from publisher.config.json #561

@sagarswamirao

Description

@sagarswamirao

What happens?

Image

To Reproduce

In the publisher.config.json, add the following and run bun run dev

{
  "projects": [
    {
      "name": "test",
      "connections": {
        "duckdb": {
          "type": "duckdb",
          "workingDirectory": "./ecommerce/data"
        }
      },
      "packages": [
        {
          "name": "ecommerce",
          "location": "./ecommerce"
        }
      ]
    }
  ]
}

OS:

macOS

Malloy Client:

cli

Malloy Client Version:

Database Connection:

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions