You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 justaccounts
or whatever specified change flagsBehavior should be
--export-*
flags exports all change types--export-accounts true
exports accounts only--export-accounts true --export-trustlines
exports both accounts and trustlines--export-accounts false
is passed and no--export-* true
is set then ALL change types will be exportedThe text was updated successfully, but these errors were encountered: