We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cat /tmp/timestream-data.gz| gunzip | tsbs_load load timestream panic: config file didn't have a top-level 'data-source' objectoroutine 1 [running]: main.createRunLoad.func1(0xc0003c6000, 0x189ca00, 0x0, 0x0) /home/ubuntu/go/workspace/src/github.com/timescale/tsbs/cmd/tsbs_load/load_cmd.go:71 +0x1d1 github.com/spf13/cobra.(*Command).execute(0xc0003c6000, 0x189ca00, 0x0, 0x0, 0xc0003c6000, 0x189ca00) /home/ubuntu/go/workspace/pkg/mod/github.com/spf13/[email protected]/command.go:846 +0x2c2 github.com/spf13/cobra.(*Command).ExecuteC(0x185be00, 0x0, 0x0, 0xc0000d0058) /home/ubuntu/go/workspace/pkg/mod/github.com/spf13/[email protected]/command.go:950 +0x375 github.com/spf13/cobra.(*Command).Execute(...) /home/ubuntu/go/workspace/pkg/mod/github.com/spf13/[email protected]/command.go:887 main.main() /home/ubuntu/go/workspace/src/github.com/timescale/tsbs/cmd/tsbs_load/main.go:4 +0x2d
The text was updated successfully, but these errors were encountered:
Thanks a lot in advace!
Sorry, something went wrong.
No branches or pull requests
cat /tmp/timestream-data.gz| gunzip | tsbs_load load timestream
panic: config file didn't have a top-level 'data-source' objectoroutine 1 [running]:
main.createRunLoad.func1(0xc0003c6000, 0x189ca00, 0x0, 0x0)
/home/ubuntu/go/workspace/src/github.com/timescale/tsbs/cmd/tsbs_load/load_cmd.go:71 +0x1d1
github.com/spf13/cobra.(*Command).execute(0xc0003c6000, 0x189ca00, 0x0, 0x0, 0xc0003c6000, 0x189ca00)
/home/ubuntu/go/workspace/pkg/mod/github.com/spf13/[email protected]/command.go:846 +0x2c2
github.com/spf13/cobra.(*Command).ExecuteC(0x185be00, 0x0, 0x0, 0xc0000d0058)
/home/ubuntu/go/workspace/pkg/mod/github.com/spf13/[email protected]/command.go:950 +0x375
github.com/spf13/cobra.(*Command).Execute(...)
/home/ubuntu/go/workspace/pkg/mod/github.com/spf13/[email protected]/command.go:887
main.main()
/home/ubuntu/go/workspace/src/github.com/timescale/tsbs/cmd/tsbs_load/main.go:4 +0x2d
The text was updated successfully, but these errors were encountered: