Closed hogger2099 closed 5 months ago
Need help, thank you all.
you can refer this pr #6387
try to use single quota.
-i dt='2024-04-28 00:00:00'
you can refer this pr #6387 try to use single quota.
-i dt='2024-04-28 00:00:00'
Thank u for replay. But not work if use variable like below, any suggestion? here use two single quota to use variable "dt"
dt=$(date +'%Y-%m-%d 00:00:00')
./start-seatunnel-spark-2-connector-v2.sh --config ./mysql_2_doris.config -i dt=''$dt''
you can refer this pr #6387 try to use single quota.
-i dt='2024-04-28 00:00:00'
Thank u for replay. But not work if use variable like below, any suggestion? here use two single quota to use variable "dt"
dt=$(date +'%Y-%m-%d 00:00:00') ./start-seatunnel-spark-2-connector-v2.sh --config ./mysql_2_doris.config -i dt=''$dt''
you can refer this pr #6387 try to use single quota.
-i dt='2024-04-28 00:00:00'
echo dt=\'$dt\'
Thank u for replay. But not work if use variable like below, any suggestion? here use two single quota to use variable "dt"
dt=$(date +'%Y-%m-%d 00:00:00') ./start-seatunnel-spark-2-connector-v2.sh --config ./mysql_2_doris.config -i dt=''$dt''
you can refer this pr #6387 try to use single quota.
-i dt='2024-04-28 00:00:00'
echo dt=\'$dt\'
what's the meaning?
Thank u for replay. But not work if use variable like below, any suggestion? here use two single quota to use variable "dt"
dt=$(date +'%Y-%m-%d 00:00:00') ./start-seatunnel-spark-2-connector-v2.sh --config ./mysql_2_doris.config -i dt=''$dt''
you can refer this pr #6387 try to use single quota.
-i dt='2024-04-28 00:00:00'
echo dt=\'$dt\'
what's the meaning?
./start-seatunnel-spark-2-connector-v2.sh --config ./mysql_2_doris.config -i dt=\'$dt\'
OK, thx, will version2.3.6 support this feature?
OK, thx, will version2.3.6 support this feature?
yes, the mentioned pr has merged. it will be release in 2.3.6.
and for your case, you mentiond you can pass the variable, but the format is not right. so maybe you can try pass the variables with single quota first. maybe it can work for you.
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.
Search before asking
What happened
variable replaced not correct
SeaTunnel Version
2.3.4
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
No response
Java or Scala Version
No response
Screenshots
No response
Are you willing to submit PR?
Code of Conduct