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

stellar-etl export ledger entry changes flags don't work #306

Open
chowbao opened this issue Jan 28, 2025 · 1 comment
Open

stellar-etl export ledger entry changes flags don't work #306

chowbao opened this issue Jan 28, 2025 · 1 comment
Labels
bug Something isn't working etl-scrum good first issue Good for newcomers

Comments

@chowbao
Copy link
Contributor

chowbao commented Jan 28, 2025

When running stellar-etl export_ledger_entry_changes --export-accounts true the --export-* flags don't work and stellar-etl will export all changes instead of just accounts or whatever specified change flags

Behavior should be

  • no --export-* flags exports all change types
  • --export-accounts true exports accounts only
  • --export-accounts true --export-trustlines exports both accounts and trustlines
  • if --export-accounts false is passed and no --export-* true is set then ALL change types will be exported
    • Setting a flag to false does not mean it will be excluded
@chowbao chowbao added bug Something isn't working etl-scrum labels Jan 28, 2025
@chowbao chowbao added the good first issue Good for newcomers label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working etl-scrum good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants
@chowbao and others