Skip to content

Instantly share code, notes, and snippets.

@DPLATA
DPLATA / hopsworks_feature_push.py
Created January 12, 2024 02:31
Hopsworks feature push
import os
from dotenv import load_dotenv
from my_hopsworks.connector import FeatureStoreManager
load_dotenv()
hopsworks_api_key_value: str = os.environ.get("HOPSWORKS_API_KEY_VALUE")
manager = FeatureStoreManager(hopsworks_api_key_value)
@DPLATA
DPLATA / .env
Last active February 10, 2023 22:55
netlify functions: sendEmail
POSTMARK_API_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx