gblack686 Partner

  • Create a Dataset with Python Code

    Goal is to query the Redshift DB for table names and return a dropdown for users in a plugin. Problem: Where to store the interim table from SQL? query = "SELECT * FROM PG_TABLES" db_tables…
    ·
  • Plugin Development in Jupyter

    I'm trying to test Python code in Jupyter while developing my plugin. How can I access plugin objects through notebooks? Struggling to do things like access the plugin inputs. Is this possible?
    ·