Skip to content

Commit

Permalink
change ETL to ELT
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Dec 1, 2023
1 parent 8f29961 commit e84a19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mara_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


@click.group(help="""
The Mara ETL Framework is a Python framework to build data pipelines.
The Mara ELT Framework is a Python framework to build data pipelines.
Contributed functionality (ETL runners, downloader,...) are available as subcommands.""")
@click.option('--debug', default=False, is_flag=True, help="Show debug output")
Expand Down

0 comments on commit e84a19d

Please sign in to comment.