Skip to content

Minimal example of an Extensions Framework 2.0 (EF 2.0) Python data source extension, included in the VSCode add-on/extension.

Notifications You must be signed in to change notification settings

dynatrace-extensions/python-vscode-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

python-vscode-example extension

Building and signing

  • dt-sdk build .

Running

  • dt-sdk run

Developing

  1. Clone this repository
  2. Install dependencies with pip install .
  3. Increase the version under extension/extension.yaml after modifications
  4. Run dt-sdk build

Structure

python_vscode_example folder

Contains the python code for the extension

extension folder

Contains the yaml and activation definitions for the framework v2 extension

setup.py

Contains dependency and other python metadata

activation.json

Used during simulation only, contains the activation definition for the extension

Acknowledgements

This extension uses the sqlite implementation of the popular Northwind sample database, to create sample data for the extension. This is sourced from the https://github.com/jpwhite3/northwind-SQLite3 repoistory which uses the MIT license.

About

Minimal example of an Extensions Framework 2.0 (EF 2.0) Python data source extension, included in the VSCode add-on/extension.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages