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.20.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

firestart_utils-0.1.20-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: firestart_utils-0.1.20.tar.gz
  • Upload date:
  • Size: 4.2 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.20.tar.gz
Algorithm Hash digest
SHA256 c6c5bfb79ffac4113411047561ac1e2533cec5ab66be26e7d1cf7294a24f5261
MD5 fa55c999b49a5f6074b9a1305695a57e
BLAKE2b-256 b25281e0e6590491555f92d70fa437f88bb8bbedfbbb8e4857575a5dc37dc7a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: firestart_utils-0.1.20-py3-none-any.whl
  • Upload date:
  • Size: 5.4 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.20-py3-none-any.whl
Algorithm Hash digest
SHA256 4bb93ac85c74545cd3cb25e6052700d8d423e335550ae81ad057882dd5c60e3d
MD5 c250cc912897d2dff29728855c7b4387
BLAKE2b-256 8f38d118e3ae7e2fb4616c1e1fbf77dcd39174c2cfc1ae854c56c6409b5b9bf3

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