File size: 551 Bytes
60ac2eb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Example environment variables for Lineage Graph Extractor
# Copy this file to .env and fill in your actual values
# Anthropic API Key (for Claude AI agent)
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Google Cloud (for BigQuery integration)
GOOGLE_CLOUD_PROJECT=your-gcp-project-id
GOOGLE_APPLICATION_CREDENTIALS=path/to/service-account-key.json
# Optional: Custom API endpoints
# METADATA_API_URL=https://your-metadata-api.com
# Optional: MCP Server Configuration
# MCP_SERVER_URL=https://your-mcp-server.com
# MCP_API_KEY=your_mcp_api_key
|