You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/10/29 09:05:52 UTC

[GitHub] [incubator-seatunnel] CriysHot opened a new issue, #3227: [Feature][CORE] Not supported inner variale substitution

CriysHot opened a new issue, #3227:
URL: https://github.com/apache/incubator-seatunnel/issues/3227

   ### Search before asking
   
   - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
   
   
   ### Description
   
   I can't cite my object in my config,it's ok that the developers cite their object by using substitution,for ex
   ![image](https://user-images.githubusercontent.com/42238827/198822682-8f7af41f-7b9a-47db-b917-2d88762c18e3.png)
   Here is a piece of code about this .
   ![image](https://user-images.githubusercontent.com/42238827/198822864-c0388c83-19a5-4a82-a0ff-8c808ed89fc5.png)
   
   
   
   ### Usage Scenario
   
   i wanna implement dynamically exec my task,such as sql.
   please look the following picture:
   ![image](https://user-images.githubusercontent.com/42238827/198823039-2118ece1-2755-42da-8d21-34c3b7a1d4ac.png)
   i can optionally exec my sql by getting external var rather than getting a  external sql directly
   
   
   ### Related issues
   
   no
   
   ### Are you willing to submit a PR?
   
   - [ ] 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: commits-unsubscribe@seatunnel.apache.org.apache.org

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


[GitHub] [incubator-seatunnel] liugddx commented on issue #3227: [Feature][CORE] Not supported inner variale substitution

Posted by GitBox <gi...@apache.org>.
liugddx commented on issue #3227:
URL: https://github.com/apache/incubator-seatunnel/issues/3227#issuecomment-1302175293

   you can config like this `transform {
     sql {
       sql = ${?x.sql1}
     }
   }`,and -i x.sql1=select * from a


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #3227: [Feature][CORE] Not supported inner variale substitution

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3227:
URL: https://github.com/apache/incubator-seatunnel/issues/3227#issuecomment-1345708620

   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.


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] liugddx commented on issue #3227: [Feature][CORE] Not supported inner variale substitution

Posted by GitBox <gi...@apache.org>.
liugddx commented on issue #3227:
URL: https://github.com/apache/incubator-seatunnel/issues/3227#issuecomment-1299627772

   @Hisoka-X assgin to me .


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] github-actions[bot] closed issue #3227: [Feature][CORE] Not supported inner variale substitution

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #3227: [Feature][CORE] Not supported inner variale substitution
URL: https://github.com/apache/incubator-seatunnel/issues/3227


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] CriysHot commented on issue #3227: [Feature][CORE] Not supported inner variale substitution

Posted by GitBox <gi...@apache.org>.
CriysHot commented on issue #3227:
URL: https://github.com/apache/incubator-seatunnel/issues/3227#issuecomment-1295778444

   there is a piece of related code 
   ![image](https://user-images.githubusercontent.com/42238827/198823347-6ce9277e-2de8-4470-b8b8-041a81d1b4b0.png)
   package org.apache.seatunnel.core.base.config;
   


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #3227: [Feature][CORE] Not supported inner variale substitution

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3227:
URL: https://github.com/apache/incubator-seatunnel/issues/3227#issuecomment-1336285996

   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 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: commits-unsubscribe@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] liugddx commented on issue #3227: [Feature][CORE] Not supported inner variale substitution

Posted by GitBox <gi...@apache.org>.
liugddx commented on issue #3227:
URL: https://github.com/apache/incubator-seatunnel/issues/3227#issuecomment-1302188758

   ![image](https://user-images.githubusercontent.com/48236177/199745956-596b6337-f7d0-433f-8c04-bb3f42a38bcf.png)
   ![image](https://user-images.githubusercontent.com/48236177/199746022-ba9c585f-852a-4c7e-9623-601fbc28d6c6.png)
   ![image](https://user-images.githubusercontent.com/48236177/199746062-6ec2815a-5e86-43ea-934a-a1dc9bc5ae01.png)
   


-- 
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: commits-unsubscribe@seatunnel.apache.org

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