docs: Update "Replicate Data" docs to recommend `meltano run` instead of `meltano elt`
See original GitHub issuehttps://docs.meltano.com/guide/integration still references elt
a lot in the intro and first couple of sections. It looks like https://docs.meltano.com/guide/integration#incremental-replication-state was updated to primarily reference run
but not the entire page.
Brought up in slack https://meltano.slack.com/archives/C01TCRBBJD7/p1660159636797759 by @visch because the outdated language made it seem like the MELTANO_EXTRACT__LOAD_SCHEMA
variable was only available when using elt
.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Replicate Data
You can run EL(T) pipelines using meltano elt . If you encounter some trouble running a pipeline, read our troubleshooting tips for some...
Read more >Meltano 2.0 Migration Guide
The following list includes all recommended migration tasks as well as breaking changes in ... installation as per the dbt available adapters documentation....
Read more >Complete Tutorial - Meltano Documentation
The extractor extracts all available records in the table on every run. To learn more about replication methods, refer to the Data Integration...
Read more >Command Line - Meltano Documentation
This allows you to run your ELT pipeline to Extract, Load, and Transform data using an extractor and loader of your choosing, and...
Read more >Troubleshooting - Meltano Documentation
Common Issues #. Problem: “Why do incremental runs produce duplicate data?” Singer takes an “at least once” approach to replication, so if you ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sbalnojan @afolson I’ve put this on the DevRel board. Since the tutorial recommends
run
, we should be consistent across the documentation and only recommendelt
as part of an advanced usage.@aaronsteers yep both the extractor and loader can see all vars.