Skip to content

bug: Package command doesn't work for destinations #1248

@erezrokah

Description

@erezrokah

Are you positive this is an SDK bug?

  • I'm positive this is an SDK bug

Current Behavior

go run main.go package -m "test" destination v2.2.8 . fails if you run it from https://github.com/cloudquery/cloudquery/tree/c7c9d74a2d8e0c3b075bcdba2e8bb6ab5cef70c9/plugins/destination/test

See https://github.com/cloudquery/cloudquery/actions/runs/6323548104/job/17171329300#step:6:78

Expected Behavior

package command should finish successfully

Steps To Reproduce

Clone the monorepo https://github.com/cloudquery/cloudquery, then

cd plugins/destination/test
mkdir -p stubdocs
touch stubdocs/README.md
go run main.go package --docs-dir stubdocs -m "test" destination v2.2.8 .

See failure

Additional Context

No response

Pull request (optional)

  • I can submit a pull request

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions