-
Re: AttributeError: 'function' object has no attribute 'info'
Hi @super_bulldog , Based on the stack trace, it looks like you have a function called "logging" in your recipe, which is conflicting with the "logging" module. For example, I was…1 · -
Re: Equivalent of FMGCPVirtualNetwork set_assign_public_ip in FMAWSVirtualNetwork
Hi @abdoulaye , Instance templates can have multiple setup actions, so first you'll need to find the setup action that's the right type (SETUP_K8S_AND_SPARK). Then you can set the use_private_ip para…1 · -
Re: Equivalent of FMGCPVirtualNetwork set_assign_public_ip in FMAWSVirtualNetwork
Hi @abdoulaye , You can change this setting for FMAWSVirtualNetwork by directly setting the "awsAssignPublicIP" field. For example: import dataikuapiclient = dataikuapi.FMClientAWS(HOST, KE…1 · -
Re: Any way to duplicate this SQL query behavior using Python?
Hi @info-rchitect , You can accomplish this by using pre_queries to create the temporary tables. For example, the following script will create a temporary table based on the existing table "othe…1 · -
Re: AI-Art Plugin Documentation
Hi @tgb417 , The documentation is now available.1 ·