elyra-ai / elyra

Elyra extends JupyterLab with an AI centric approach.
https://elyra.readthedocs.io/en/stable/
Apache License 2.0
1.85k stars 342 forks source link

Add support for defining Data Sources connectivity as metadata #186

Open lresende opened 5 years ago

lresende commented 5 years ago

Add support for data source as metadata and investigate/implement helper utilities to generate connectivity code to be used directly on python scripts or notebooks.

Note: What are the implications for portability and remote execution?

lresende commented 5 years ago

author: @kevin-bates @lresende - Could you provide some examples of data sources? I'm picturing true data sources like JDBC connection information, etc. Some examples of different instances would help get the picture formed. Thanks.