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

Add append_data option to ParquetDataCatalog.write_data #1976

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

faysou
Copy link
Collaborator

@faysou faysou commented Oct 1, 2024

Pull Request

Add append_data option to ParquetDataCatalog.write_data. This allows to download new historical data and append it to an existing catalog. The existing file will be loaded in memory, then written again followed by the new data.

Type of change

  • New feature (non-breaking change which adds functionality

How has this change been tested?

on prototype, add append_data=True here https://github.com/nautechsystems/nautilus_trader/blob/develop/examples/backtest/databento_option_greeks.py#L60
Added test

@faysou faysou marked this pull request as ready for review October 1, 2024 12:11
@faysou faysou closed this Oct 1, 2024
@faysou faysou reopened this Oct 1, 2024
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.

1 participant