Skip to main content

No project description provided

Project description

How to use

Generate a whl file by running the following command

poetry build

Upload the generated whl file in the dist folder to the environment in Microsoft Fabric

Import the package in a notebook

from firestart_utils.logger import get_logger

Create a logger object

logger = get_logger("{DATADOG_API_KEY}", "{CUSTOMER}", "{ENVIROMENT}", "{WORKSPACE_NAME}", "{LOG_LEVEL_TRESHOLD}")

Default logging. If given threshold is met it will be send towards datadog,

!IMPORTANT! The source is mandatory and should be used in every default log for tracking in DataDog

logger.info("{SOURCE}", "This is a test message") 
logger.warning("{SOURCE}", "This is a test message") 
logger.critical("{SOURCE}", "This is a test message") 
logger.debug("{SOURCE}", "This is a test message") 

Logging pipeline metrics DataDog

logger.failed("{SOURCE}")
logger.success("{SOURCE}")

Development

Setup Environment

Install poetry using the following command

pip install poetry

Start Enviroment

To start the environment, run the following command

poetry shell

Install Dependencies

pip install -r requirements.txt

Build Project

poetry build

Run Tests

python -m unittest discover

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

firestart_utils-0.1.12.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

firestart_utils-0.1.12-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file firestart_utils-0.1.12.tar.gz.

File metadata

  • Download URL: firestart_utils-0.1.12.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/6.5.0-1023-oem

File hashes

Hashes for firestart_utils-0.1.12.tar.gz
Algorithm Hash digest
SHA256 e08c4d1eda84266dc1efcb89f311587d943ce9cc09d9124e7c1840d4ba8baea9
MD5 06241e326c357b07ff46d01158ff4a4d
BLAKE2b-256 ac39a2bb5592ba815de7f12a5edd5bf94ee50efc7cc8d85c73610266c597342a

See more details on using hashes here.

File details

Details for the file firestart_utils-0.1.12-py3-none-any.whl.

File metadata

  • Download URL: firestart_utils-0.1.12-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/6.5.0-1023-oem

File hashes

Hashes for firestart_utils-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 73ef6f697c46d7182ed7f6cfee00f6c62e9355fe275b4c08a58b8fd86f57b034
MD5 eaf9c2914e853b37eef45b923c63d9fb
BLAKE2b-256 fc7427bc5d2a9886f0354cd3e0bd9c408c7fcbf8ab5e21e94ba128cf5fb0ff2f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page