-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
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
feat(tags): Export and Import Functionality for Superset Dashboards and Charts #30833
Open
asher-lab
wants to merge
29
commits into
apache:master
Choose a base branch
from
asher-lab:z3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9f34dd8
DR-4503: Added export Tags functionality for Superset Dashboards and …
a067536
Merge pull request #1 from asher-lab/DR-4503
asher-lab 0978578
Merge branch 'apache:master' into master
asher-lab 8b3fb08
Merge branch 'apache:master' into master
asher-lab 9c289bd
DR-4503: Added Import Tags functionality for Superset Dashboards and …
aaf4c2a
DR-4503: Exclude owner tag in Superset export
2ba437d
Merge pull request #2 from asher-lab/DR-4503-import
asher-lab 3225c3a
DR-4503: Fix Export Tag to ignore owner:
fa2bbe2
Merge pull request #3 from asher-lab/exportTagLogic
asher-lab 1a32ca8
Merge branch 'apache:master' into master
asher-lab 9c3f0c5
Merge branch 'apache:master' into master
asher-lab c797866
Merge branch 'apache:master' into master
asher-lab 2d2d2b0
Revert docker env secret string
d4e294f
Merge pull request #4 from asher-lab/master-1
asher-lab f96aa88
Superset remove unwanted files
df3d310
Merge pull request #5 from asher-lab/master-1
asher-lab 3ec09bc
Add superset logic to handle disable tagging system
dbc1955
Merge pull request #6 from asher-lab/DisableTaggingSystem
asher-lab ab9ed0f
Add Unit Testing for Tag Export and Import in Superset
8dea188
Merge pull request #7 from asher-lab/AddUnitTesting
asher-lab d5074c2
Fix Superset Integration for test_export_chart_command_no_related
27b3bc5
Change to tags and upfate filter by TagType
99fb8f1
Merge pull request #8 from asher-lab/FixIntegrationTestSuperset
asher-lab 62bfcd2
Merge branch 'apache:master' into master
asher-lab e91ff15
Fix test pipeline (#12)
asher-lab 094770e
feat(tags): adjust tag export behavior for charts when called from da…
asher-lab 15fa3e5
feat(tag): Remove ExportTagsCommand from AssetsExport and Remove Opti…
asher-lab 0d355d4
Fix merge conflict for import charts/dashboards
2959809
Merge branch 'master' into z3
asher-lab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why only include tags for dashboard exports? Why not always include tags here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^^ Tags are included only for charts exports here.
Our dashboard export has its own line of export: