I’m building a provider in python… was wondering i...
# python
d
I’m building a provider in python… was wondering if there’s a shortcut to creating the ComponentNameArgs class? it seems like it could be generated straight from the schema.json, no? in fact, in the python sdk it is generated. do I just copy it back from the SDK to the source? 😄
b
its not possible yet, we are investigating improvements her, but for now you have to define the args class yourself
d
thanks!