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
As the defined in more detail here, deploy a Lakeview dashboard from code:
See POC implementation in ucx for deploying a legacy dashboard from code
dashboard.yml
order
id
CounterSpec
AreaSpec
BarSpec
DatePickerSpec
DateRangePickerSpec
DetailsV1Spec
DropdownSpec
LineSpec
MultiSelectSpec
PieSpec
PivotSpec
ScatterSpec
SymbolMapSpec
TableV2Spec
TextEntrySpec
WorldCloudSpec
*
The text was updated successfully, but these errors were encountered:
Create a dashboard with a counter from a single query (#107)
e9141c2
Start with dashboard as code as part of #106.
@nfx : I created issues for Specs for visibility. Let's remove those we are not interested in. Could you confirm that our in-scope Specs are:
Specs
Sorry, something went wrong.
JCZuurmond
No branches or pull requests
Summary
As the defined in more detail here, deploy a Lakeview dashboard from code:
Additional context
See POC implementation in ucx for deploying a legacy dashboard from code
Relevant work
dashboard.yml
#130order
key indashboard.yml
#131id
field #133CounterSpec
from query #132AreaSpec
from query #115BarSpec
from query #116DatePickerSpec
from query #117DateRangePickerSpec
from query #118DetailsV1Spec
from query #119DropdownSpec
from query #120LineSpec
from query #121MultiSelectSpec
from query #122PieSpec
from query #123PivotSpec
from query #124ScatterSpec
from query #125SymbolMapSpec
from query #126TableV2Spec
from query #127TextEntrySpec
from file #128WorldCloudSpec
from query #129*
#110The text was updated successfully, but these errors were encountered: