-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/ntl-metadata #84
Conversation
ccbe8cb
to
c86f4ac
Compare
I am running into an issue with the test_ingest.py test, “test_load_parquet_to_db" When the test is adding the two rows of dummy data to the database
the hex_id is being converted by the database to the following:
I can’t seem to find where this conversion is taking place. Nor can I explain why 2 rows were inserted but 5 are visible when querying the entire db. Here is the command I used to display the contents of the database from within the test:
For context: |
PR Deployment Details: |
Snippit from space2stats_api/src/README.md: Adding New STAC Item FilesTo add new STAC Items, follow these steps:
|
5214f97
to
1988bb1
Compare
This reverts commit 45b5546.
89e859f
to
cac4242
Compare
Alright, we can now merge this branch! Need any review from our part here? We should merge main into this branch to get the update table logic for ingestion. When ready, you should try ingesting into the development database. If things go smoothly, we could ingest to the prod database and merge. Let me know if I can help! |
Merge was successful, but I don't have the dev env credentials so I was unable to test the ingest. |
While running poetry install I got the following error:
I think this might be related to your issue related to using a pre-built wheel in s3, but want to be sure. And then when I try to use the following command from the Space2Stats/space2stats_api/src dir:
I get the following error:
|
@Gabe-Levin: it's a hassle right now because h3ronpy = { url = "https://temp-wheels-cdk.s3.us-east-1.amazonaws.com/h3ronpy-0.21.1-cp39-abi3-macosx_11_0_arm64.whl" } It worked for my MacOS. The Linux version in main works for the CD pipeline. We will change this whenever possible, as we've noted with #93. Could you let me know if this helps solve your problem? If not, we must build a wheel precisely for your environment. |
Add script for linking new items to the existing STAC collection, and performance first NTL data upload
What I Changed:
How the new Item was created:
Ex.