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

Feat: BigQuery endpoint + Fix: upload-endpoint + fe-be-connection updates #198

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

LaeekAhmed
Copy link
Member

@LaeekAhmed LaeekAhmed commented Feb 6, 2024

  • fixes the /upload endpoint

This pull request adds a BigQuery backend to the project and fixes an issue with the backend connection. It includes the following changes:

  • Added big query endpoint to main.py and requests.http for testing

  • Added google-cloud-bigquery package to the pyproject.toml file.

  • Added backend/big_query.py file.

  • Added credentials.json file to the be container

  • Updated the .env.local file for fe local development.

  • Updated the .gitignore file to ignore **/credentials.json.

  • Updated the next.config.js file to use the BACKEND_URL environment variable.

  • Updated the README.md file with instructions for installing new dependencies using Poetry.

@LaeekAhmed LaeekAhmed requested a review from rawanmahdi February 6, 2024 03:38
@LaeekAhmed LaeekAhmed changed the title Fix/upload-endpoint Feat: BigQuery endpoint + Fix: upload-endpoint + fe-be-connection updates Feb 6, 2024
@LaeekAhmed LaeekAhmed linked an issue Feb 6, 2024 that may be closed by this pull request
@rawanmahdi rawanmahdi merged commit 49a4ed5 into main Feb 8, 2024
@LaeekAhmed LaeekAhmed deleted the fix/upload-endpoint branch May 30, 2024 23:59
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.

Upload Dataset to BigQuery
2 participants