CoolFace
Apppublic

aamanlamba/Lineage-graph-accelerator

sourceHugging Facemitupdated 10mo agoView on Hugging Face
1likes
.env.example18 linesDownload Raw Back to root
1# Example environment variables for Lineage Graph Extractor2# Copy this file to .env and fill in your actual values3 4# Anthropic API Key (for Claude AI agent)5ANTHROPIC_API_KEY=your_anthropic_api_key_here6 7# Google Cloud (for BigQuery integration)8GOOGLE_CLOUD_PROJECT=your-gcp-project-id9GOOGLE_APPLICATION_CREDENTIALS=path/to/service-account-key.json10 11# Optional: Custom API endpoints12# METADATA_API_URL=https://your-metadata-api.com13 14# Optional: MCP Server Configuration15# MCP_SERVER_URL=https://your-mcp-server.com16# MCP_API_KEY=your_mcp_api_key17 18