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 parquet_fungible_asset_processor #456

Merged
merged 2 commits into from
Jul 12, 2024

Conversation

yuunlimm
Copy link
Contributor

No description provided.

new_gap_detector_sender: AsyncSender<ProcessingResult>,
) -> Self {
if let Some(credentials) = config.google_application_credentials.clone() {
std::env::set_var(GOOGLE_APPLICATION_CREDENTIALS, credentials);
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this something we want to put in each processor or we can move to generic component?

}
}

impl FungibleAssetBalance {
Copy link
Collaborator

Choose a reason for hiding this comment

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

do i understand correctly that this code is duplicated but with a different output(FungibleAssetBalance in Parquet vs FungibleAssetBalance in disiel)? can we abstract the transformation?

@yuunlimm yuunlimm force-pushed the yuunlimm/parquet-fungible-asset-processor branch from 152d6dc to 28e8004 Compare July 12, 2024 02:51
@yuunlimm yuunlimm enabled auto-merge (squash) July 12, 2024 02:51
@yuunlimm yuunlimm merged commit ed72b46 into main Jul 12, 2024
6 of 7 checks passed
@yuunlimm yuunlimm deleted the yuunlimm/parquet-fungible-asset-processor branch July 12, 2024 03:00
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.

2 participants