Skip to content
HomePT · EN · ES · JA · ZH

Set up ingestion

After installing, the data lake is still empty — no database is marked. This is the minimum configuration for the first data to arrive.

Under Origens (Sources), turn on snapshot event reception and mark which clusters feed the data lake. You choose whether you want automatic snapshots, manual ones, or both.

Here there is an order that surprises people: the first snapshot only serves to reveal the structure. The list of databases and tables comes from the export itself, not from a connection to the database — that is what makes credentials and network access to the source unnecessary. The price is that Data Pump only knows what exists after seeing an export.

Wait for the backup window, or take a manual snapshot so you do not have to wait.

Under Bancos (Databases), the databases found in the export show up to be marked. Only what is marked gets ingested.

Each marked database shows the name it will have in the data lake — click to change it. The database name is the prefix of the cataloged tables: with the alias vendas, the table payment becomes vendas.payment.

The same applies per table: open Escolher tabelas (Choose tables) and each table shows its destination name, also clickable. That is how tb_pgto becomes pagamentos.

The table list has two behaviors, and the difference shows up when a new table appears in the database:

Mode The list holds New table
Exclusion what does not come in is ingested on its own
Inclusion what comes in stays out until marked

Pick by whichever changes less: someone who wants nearly the whole database uses exclusion and does not have to touch anything when a table appears; someone who wants few tables uses inclusion and is protected from ingesting something unexpected.

At the next snapshot, the pipeline runs in full. Under Execuções (Runs) you see each stage and which tables were updated; under Datalake, the cataloged tables, with columns and row counts.

If something did not arrive, see when something fails.

An export already in S3 can be re-ingested without taking a new snapshot. Under Extrações (Extractions), each export has a reprocess action — useful after changing aliases, filters or partitions.