We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98dfc24 commit 2f1ce09Copy full SHA for 2f1ce09
flink/runner/src/main/java/com/chainbase/etl/flink/ETLProcessor.java
@@ -103,7 +103,7 @@ private Table castTableColumns(Table sourceTable) {
103
}
104
105
public static void main(String[] args) {
106
- String configPath = args.length > 0 ? args[0] : "eth_blocks_pg_manuscript.yaml";
+ String configPath = args.length > 0 ? args[0] : "manuscript.yaml";
107
ETLProcessor processor = new ETLProcessor(configPath);
108
processor.execute();
109
0 commit comments