You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/11/03 13:35:30 UTC

[GitHub] [incubator-streampark] huangkaiyan10 opened a new issue, #1959: streampark can support Built-in variables

huangkaiyan10 opened a new issue, #1959:
URL: https://github.com/apache/incubator-streampark/issues/1959

   ### Search before asking
   
   - [X] I had searched in the [feature](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
   
   
   ### Description
   
   like dolphinscheduler support https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/parameter/built-in.html
   ![image](https://user-images.githubusercontent.com/5146180/199732064-8bc9e4dd-1969-473c-8323-293d57cbbc21.png)
   
   
   ### Usage Scenario
   
   ![127f3b34a33e706ee6af42b45218d7c9_](https://user-images.githubusercontent.com/5146180/199732541-fe62aa96-dbc0-456b-b3bd-f420df7cb8a0.jpg)
   
   Call the streampark http api periodically each day to start flinksql job to import data from mysql database tables to doris via jdbc. Flinks-doris-connector options of sink.label cannot be repeated each time data is imported to the doris . So I want to set the sink.label value to the datetime variable
   
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] MonsterChenzhuo commented on issue #1959: streampark can support Built-in variables

Posted by GitBox <gi...@apache.org>.
MonsterChenzhuo commented on issue #1959:
URL: https://github.com/apache/incubator-streampark/issues/1959#issuecomment-1302865885

   It is recommended to implement some default parameters on the platform side, such as:$[yyyyMMdd-1]、$[yyyyMMdd]


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org