Skip to content

Commit 7501bf6

Browse files
Remove migration steps temporarily
1 parent f06fcbd commit 7501bf6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+59
-391
lines changed

docs/assets/_custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:root {
1010
--bg: #f0f0f0;
1111
--blue: #4a90e2;
12-
--hl: #abf7a8;
12+
--dyy-hl: #abf7a8;
1313
}
1414

1515
.dyy-container {

docs/content/table-modes.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@ Use this mode for net-new tables.
2121
## Migration
2222

2323
Migration table mode is used to move a table from DynamoDB to a SQL store.
24-
2524
Setting [`migration_step`]({{< vref "config/table/#migration_step" >}}) in a table config puts the table in migration mode.
2625

27-
The difference between transparent mode and the `ddb` migration step is that mlrd returns parsing errors to the client in migration mode.
28-
29-
[Migrating a table]({{< vref "migration/" >}}) is a multi-step process that requires careful planning and execution.
30-
Read the migration docs carefully and have another engineer double-check everything.
26+
This is an experimental feautre.
27+
Talk with us to learn more.
3128

3229
Migration mode is the path to the end goal of mlrd: SQL table mode.
3330

docs/content/v0-beta/migration/_index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/content/v0-beta/migration/overview.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

docs/content/v0-beta/migration/part-1.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/content/v0-beta/migration/part-2.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/content/v0-beta/migration/part-3.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/content/v0-beta/migration/part-4.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/content/v0-beta/migration/safety.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/layouts/partials/table-config-v0-beta.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="dyy-container">
1+
<div class="dyy-container"> <!-- Generated with dyy (Document Your YAML) ~ https://github.com/mlrd-tech/dyy -->
22
<div class="line" data-line-num="1">
33
<div class="yaml-section">
44
<div class="yaml-line"><span class="line-number">1</span><a name="lkey"><span class="setting">lkey: ""</span></a></div>
@@ -214,7 +214,9 @@ Best practice is to use AWS SDK defaults.
214214
<div class="doc-text">
215215

216216
Sets migration step, runs table in migration mode.
217-
See [migration overview]({{ref . "overview" }}).
217+
218+
This is an experimental feautre.
219+
Talk with us to learn more.
218220
</div>
219221
</div>
220222
</div>
@@ -641,7 +643,7 @@ document.querySelectorAll('.doc-section').forEach(section => {
641643
if (lineNum >= startLine && lineNum <= endLine) {
642644
const yamlSection = row.querySelector('.yaml-section');
643645
if (yamlSection) {
644-
yamlSection.style.background = 'var(--hl)';
646+
yamlSection.style.background = 'var(--dyy-hl)';
645647
}
646648
}
647649
});

0 commit comments

Comments
 (0)