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

How to get D1, D2, GTAS data when running local env of data act broker backend #1204

Open
samishra1 opened this issue Apr 27, 2018 · 0 comments

Comments

@samishra1
Copy link

samishra1 commented Apr 27, 2018

Hello,

When using the local environment of the data act broker where can we get the most current D1, D2, SF133 and GTAS data? Is there a configuration option which allows it to access it directly from treasury? Without these files, the validation on local env will always create the relevant submission errors/warnings.

When I tried using the /v1/generate_file/ API to download D1 data, it returned the file url as '#'. Please see full response from the API below
Input:
{
"submission_id": 2,
"file_type": "D1",
"start": "01/10/2017",
"end": "12/31/2017"
}

Output:
{
"url": "#",
"status": "waiting",
"end": "12/31/2017",
"size": null,
"start": "01/10/2017",
"file_type": "D1",
"message": ""
}

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

No branches or pull requests

1 participant