Skip to content

Commit 528d701

Browse files
Merge pull request duneanalytics#357 from duneanalytics/move-migrations
move migrations top level
2 parents a3dffde + 0ae83e6 commit 528d701

File tree

8 files changed

+10
-4
lines changed

8 files changed

+10
-4
lines changed

docs/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ nav:
22
- index.md
33
- quickstart.md
44
- analytics_guidelines.md
5+
- Migrating To DuneSQL: migrations
56
- App: app
67
- Data Tables: data-tables
78
- Query: query
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/query/Old-Query-Engines/index.md renamed to docs/migrations/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Dune currently supports three different query engines:
1313

1414
The SparkSQL and PostgreSQL query engines are being deprecated and will be replaced by DuneSQL. You can read more about the decisions to sunset the old query engines in the [announcement post](https://dune.com/blog/introducing-dune-sql).
1515

16+
**You should use the [migration tool](migration-tool.md) to try and translate your queries. If you run into issues, please let us know by [creating an issue](https://github.com/duneanalytics/harmonizer/issues).**
17+
1618
## Sunsetting Schedule
1719

1820
We are progressively disabling the ability to create new queries on the old query engines. You can read up on the stages of that in the table below.
@@ -110,5 +112,5 @@ After **30/07/2023**, queries running on either SparkSQL or PostgreSQL will no l
110112

111113
??? question "Can I get help to migrate existing queries?"
112114

113-
Please direct your questions in the #DuneSQL Channel in the [Dune Discord](discord.gg/dunecom).
115+
Please [create an issue in the translator github](https://github.com/duneanalytics/harmonizer/issues) for priority support. Otherwise, you can direct your general questions in the #DuneSQL Channel in the [Dune Discord](discord.gg/dunecom).
114116

docs/query/Old-Query-Engines/migration-tool.md renamed to docs/migrations/migration-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: The Dune Migration tool will help you migrate your queries from Spa
77

88
Migrating your queries from SparkSQL and PostgreSQL to DuneSQL can be a tedious task. The Dune Migration tool will help you migrate your queries from SparkSQL and PostgreSQL to DuneSQL.
99

10-
The tool is open source and available in this [github repo](https://github.com/duneanalytics/harmonizer/). Contributions are very welcome!
10+
The tool is open source and available in this [github repo](https://github.com/duneanalytics/harmonizer/). Contributions are very welcome! **If you run into issues, please let us know by [creating an issue](https://github.com/duneanalytics/harmonizer/issues).**
1111

1212
## How to use the tool
1313

docs/query/.pages

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ nav:
44
- DuneSQL: DuneSQL-reference
55
- Writing efficient Queries: writing-efficient-queries.md
66
- Querying a query: query-a-query.md
7-
- Old Query Engines: Old-Query-Engines
8-

mkdocs.insiders.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ plugins:
1515
target: _blank
1616
- redirects:
1717
redirect_maps:
18+
#7/31/2023 migrations move:
19+
'query/old-query-engines/index.md': 'https://dune.com/docs/migrations'
20+
'query/old-query-engines/migration-tool.md': 'https://dune.com/docs/migrations/migration-tool'
21+
'query/old-query-engines/sparksql.md': 'https://dune.com/docs/migrations/sparksql'
22+
'query/old-query-engines/postgresql.md': 'https://dune.com/docs/migrations/postgresql'
1823
#4/20/2023 rework:
1924
'api/quick-start/api-ready-queries.md': 'http://dune.com/docs/api/quick-start/'
2025
#4/10/2023 data tables rework:

0 commit comments

Comments
 (0)