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
HKube micro-service To which micro-service the bug related to, Dashboard ,Monitor-Server etc.
Dashboard
Monitor-Server
Describe the bug Datasource copy button generate json entry (in the new version the schema was changed)
the pipeline wizard should fix the same should be
"spec": { "name": "datasource", "snapshot": { "name": "from 30 to 50" }
{ "dataSource": { "id": "60f9493e09f6ee3ebac54300" } }
should be
"spec": { "name": "datasource" },
snapshot create
{ "dataSource": "datasource", "snapshot": { "name": "from 30 to 50" } }
"spec": { "name": "datasource", "snapshot": { "name": "first" }
The text was updated successfully, but these errors were encountered:
zivglik
No branches or pull requests
HKube micro-service
To which micro-service the bug related to,
Dashboard
,Monitor-Server
etc.Describe the bug
Datasource copy button generate json entry (in the new version the schema was changed)
the pipeline wizard should fix the same
should be
should be
snapshot create
should be
The text was updated successfully, but these errors were encountered: