-
Notifications
You must be signed in to change notification settings - Fork 6
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
Access required for downloading JSON? #24
Comments
Also, output of Output of |
Based on my experimentation, at least read access on these views / tables are required for -- apex-diff script -- -- generated script -- |
The application schema ("parse as") should already have access to all those APEX Dictionary Views. |
Hi,
I need to know exactly what table-level access I need to our APEX database in order to be able to download a JSON file from an app.
My
config.json
looks like this:When I run the
apex-diff
app, I get the following output on the screen:I'm the guy who is running this inside a Docker container (see issue #23)
Here's the gist containing the JSON file that is created. It seems like it doesn't really contain anything useful -
https://gist.github.com/ArkieCoder/c8b7c023d2610397ff0ef366da327d04
The text was updated successfully, but these errors were encountered: