Assigned
Status Update
Comments
[Deleted User] <[Deleted User]> #2
I have one question related to Google translate API. but it is not related to this issue.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
Description
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
For KFP components, it would be helpful in debugging to enable web access just as you can when you directly create CustomJobs.
What you would like to accomplish:
When you launch a kfp component, you should be able to specify enable_web_access(True) on the pipeline task so that you can enable interactive shell on the CustomJob.
How this might work:
It could be:
- a method on the task in the pipeline (ex .enable_web_access(True).
- a method on the task that lets you edit or set the CustomJobSpec
If applicable, reasons why alternative solutions are not sufficient:
There is no solution for this at the moment.
Other information (workarounds you have tried, documentation consulted, etc):
I consulted the documentation and submitted a stack overflow which led me to discover that this feature doesn't exist.