You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two configs set up the same way but one config is loaded through static yaml files and the other is in the settings store.
Accessing the endpoint from the config in the settings store returns data whereas the static yaml returns no data.
If I "skip permission check", the static file starts working.
Actual behavior
The two configs to behave the same.
Steps to reproduce
In my case, load the data hub config, export (as JSON). change the name and then import back. the newly imported config works, the original does not.
The text was updated successfully, but these errors were encountered:
Expected behavior
I have two configs set up the same way but one config is loaded through static yaml files and the other is in the settings store.
Accessing the endpoint from the config in the settings store returns data whereas the static yaml returns no data.
If I "skip permission check", the static file starts working.
Actual behavior
The two configs to behave the same.
Steps to reproduce
In my case, load the data hub config, export (as JSON). change the name and then import back. the newly imported config works, the original does not.
The text was updated successfully, but these errors were encountered: