Skip to content
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

Retain Argument Paths #88

Merged
merged 1 commit into from Jun 5, 2019
Merged

Retain Argument Paths #88

merged 1 commit into from Jun 5, 2019

Conversation

awm33
Copy link
Contributor

@awm33 awm33 commented Nov 13, 2018

Currently, parse_args overwrites config and other parsed arguments, a file path, with the parsed JSON. This makes the original file path inaccessible. This PR adds allows for accessing the original argument / file path.

For context, for a tap which needs the refresh token saved after each auth, I need to save the changes to the config file, which means I need access to the config path.

Functional Testing

  • Running parse_args the args for a tap and accessing the config_path

@nick-mccoy nick-mccoy merged commit 7e133fe into singer-io:master Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants