-
Notifications
You must be signed in to change notification settings - Fork 4
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
[DUOS-2807] Add export to terra in DUOS libraries #2450
Conversation
- Optional expand and collapse subrow handlers - Values can be a function now to enable dynamic rendering
a27365d
to
4432052
Compare
bd42b1f
to
20e9a41
Compare
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.
I was able to test this successfully 👍🏽 I can envision some additional enhancements like info panels describing which snapshot the export button points to, etc., but this is a great start.
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.
Looks great! I agree with Greg's comment above, but this seems to be an awesome start.
Addresses
https://broadworkbench.atlassian.net/browse/DUOS-2807
Summary
See #2441 for the original PR. Add export to terra in DUOS libraries. This version is rebased on our latest develop. You will only see the button IF you have access to the dataset in TDR.
Testing this PR requires multiple steps:
terraUrl
andtdrApiUrl
variables defined in your configs, for example:action: share_policy::reader
on itOnce these steps are completed, you should be able to click the export to Terra button. After it is clicked, you will need to wait a few seconds until it is replaced with the export icon. Clicking that will start the import process.
If you get the error
Invalid import request. Unable to load snapshot.
, then you need to clear your cookies for that specific Terra instance. There's a bug in Terra with storing a ton of OIDC stuff.Have you read Terra's Contributing Guide lately? If not, do that first.