-
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
base: master
Are you sure you want to change the base?
Commits on Oct 25, 2024
-
DR-4503: Added export Tags functionality for Superset Dashboards and …
…Charts
Asher Manangan committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 9f34dd8 - Browse repository at this point
Copy the full SHA 9f34dd8View commit details -
Merge pull request #1 from asher-lab/DR-4503
DR-4503: Added export Tags functionality for Superset Dashboards and …
Configuration menu - View commit details
-
Copy full SHA for a067536 - Browse repository at this point
Copy the full SHA a067536View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0978578 - Browse repository at this point
Copy the full SHA 0978578View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b3fb08 - Browse repository at this point
Copy the full SHA 8b3fb08View commit details -
DR-4503: Added Import Tags functionality for Superset Dashboards and …
…Charts
Asher Manangan committedOct 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 9c289bd - Browse repository at this point
Copy the full SHA 9c289bdView commit details -
DR-4503: Exclude owner tag in Superset export
Asher Manangan committedOct 31, 2024 Configuration menu - View commit details
-
Copy full SHA for aaf4c2a - Browse repository at this point
Copy the full SHA aaf4c2aView commit details -
Merge pull request #2 from asher-lab/DR-4503-import
DR-4503: Added Import Tags functionality for Superset Dashboards and Charts
Configuration menu - View commit details
-
Copy full SHA for 2ba437d - Browse repository at this point
Copy the full SHA 2ba437dView commit details -
DR-4503: Fix Export Tag to ignore owner:
Asher Manangan committedOct 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 3225c3a - Browse repository at this point
Copy the full SHA 3225c3aView commit details -
Merge pull request #3 from asher-lab/exportTagLogic
DR-4503: Fix Export Tag to ignore owner:
Configuration menu - View commit details
-
Copy full SHA for fa2bbe2 - Browse repository at this point
Copy the full SHA fa2bbe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a32ca8 - Browse repository at this point
Copy the full SHA 1a32ca8View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c3f0c5 - Browse repository at this point
Copy the full SHA 9c3f0c5View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c797866 - Browse repository at this point
Copy the full SHA c797866View commit details -
Revert docker env secret string
Asher Manangan committedNov 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 2d2d2b0 - Browse repository at this point
Copy the full SHA 2d2d2b0View commit details -
Merge pull request #4 from asher-lab/master-1
remove docker .env custom SUPERSET_SECRET_KEY
Configuration menu - View commit details
-
Copy full SHA for d4e294f - Browse repository at this point
Copy the full SHA d4e294fView commit details -
Superset remove unwanted files
Asher Manangan committedNov 4, 2024 Configuration menu - View commit details
-
Copy full SHA for f96aa88 - Browse repository at this point
Copy the full SHA f96aa88View commit details -
Merge pull request #5 from asher-lab/master-1
Superset remove unwanted files
Configuration menu - View commit details
-
Copy full SHA for df3d310 - Browse repository at this point
Copy the full SHA df3d310View commit details
Commits on Nov 5, 2024
-
Add superset logic to handle disable tagging system
Asher Manangan committedNov 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 3ec09bc - Browse repository at this point
Copy the full SHA 3ec09bcView commit details -
Merge pull request #6 from asher-lab/DisableTaggingSystem
Add superset logic to handle disable tagging system
Configuration menu - View commit details
-
Copy full SHA for dbc1955 - Browse repository at this point
Copy the full SHA dbc1955View commit details
Commits on Nov 6, 2024
-
Add Unit Testing for Tag Export and Import in Superset
Asher Manangan committedNov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for ab9ed0f - Browse repository at this point
Copy the full SHA ab9ed0fView commit details -
Merge pull request #7 from asher-lab/AddUnitTesting
Add Unit Testing for Tag Export and Import in Superset
Configuration menu - View commit details
-
Copy full SHA for 8dea188 - Browse repository at this point
Copy the full SHA 8dea188View commit details
Commits on Nov 7, 2024
-
Fix Superset Integration for test_export_chart_command_no_related
Asher Manangan committedNov 7, 2024 Configuration menu - View commit details
-
Copy full SHA for d5074c2 - Browse repository at this point
Copy the full SHA d5074c2View commit details -
Change to tags and upfate filter by TagType
Asher Manangan committedNov 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 27b3bc5 - Browse repository at this point
Copy the full SHA 27b3bc5View commit details -
Merge pull request #8 from asher-lab/FixIntegrationTestSuperset
Fix integration test superset, change to "tags" and update tag filter using TagType apache#30869
Configuration menu - View commit details
-
Copy full SHA for 99fb8f1 - Browse repository at this point
Copy the full SHA 99fb8f1View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62bfcd2 - Browse repository at this point
Copy the full SHA 62bfcd2View commit details
Commits on Nov 13, 2024
-
* Added self.contents in database and datasets for import * Add self.content in query for import * Run precommit and fix some issues in superset * Add ExportTagsCommand * Fix ImportExamplesCommand arguments to make Optional * Remove should_export_tags parameter to solve pre-commit error * Fix ExportDashboard command calling ExportTagsCommandfrom ExportChartsCommand * Remove protected access for ExportTagsCommand _export * Fix some Pylint issues * Ensure Feature Flag for TAGGING_SYSTEM is turned off --------- Co-authored-by: Asher Manangan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e91ff15 - Browse repository at this point
Copy the full SHA e91ff15View commit details
Commits on Nov 15, 2024
-
feat(tags): adjust tag export behavior for charts when called from da…
…shboard expo… (#14) * adjust tag export behavior for charts when called from dashboard export command --------- Co-authored-by: Asher Manangan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 094770e - Browse repository at this point
Copy the full SHA 094770eView commit details