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

[API] Fix Dataset Last Updated #70

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

TobyDrane
Copy link
Contributor

No description provided.

@TobyDrane TobyDrane added bug Something isn't working api Part of the core API labels Jan 8, 2024
@TobyDrane TobyDrane requested a review from MotwaniM January 8, 2024 14:22
@TobyDrane TobyDrane changed the base branch from main to release/v7.0.9-v0.1.7 January 8, 2024 14:55
@@ -184,7 +184,7 @@ def remove_existing_data(self, schema: Schema, raw_file_identifier: str) -> None

def get_last_updated_time(self, metadata: DatasetMetadata) -> str:
last_updated = self.s3_adapter.get_last_updated_time(
metadata.s3_file_location()
metadata.dataset_location()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, just wanted to understand why this has been changed, seems good otherwise

@TobyDrane TobyDrane merged commit 0a2efde into release/v7.0.9-v0.1.7 Feb 5, 2024
7 checks passed
@TobyDrane TobyDrane deleted the fix/last-dataset-updated branch February 5, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Part of the core API bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants