Matt
Matt
1. Add Mage course content to the Zoomcamp 2. Create folder structure for 2024 cohort
Adds in multiple choice questions for the homework and removes any reference of solutions.
This swaps the link with an updated video for better visibility into the terminal commands.
Starting yesterday, this step for my [project](https://github.com/mattppal/mattppal.github.io/actions) began failing on installing nokogiri: ``` An error occurred while installing nokogiri (1.10.10), and Bundler cannot continue. In Gemfile: rails was resolved to...
Even with correct auth, the Freshdesk connector is producing the following error: ``` subprocess.CalledProcessError: Command '['python3', '/usr/local/lib/python3.10/site-packages/mage_integrations/sources/freshdesk/__init__.py', '--config_json', '{"api_key": "******************", "domain": "*********", "start_date": "**********"}', '--log_to_stdout', '1', '--settings', '/home/src/mage_open_infra/pipelines/quiet_wood/data_integration_catalog.json', '--state', '/home/src/mage_data/mage_open_infra/pipelines/quiet_wood/freshdesk/tickets/tickets_test_state.json',...
Using quotes _should_ escape protected phrases, but Oracle DI pipelines unexpectedly fail. https://mageai.slack.com/archives/C05T5RVPP40/p1698346851745829 > I have an issue with Oracle Data Integration pipeline. I want to grab data from the...
From a quick glance, it appears that `blambda` is supported by [mstl](https://nixtla.github.io/statsforecast/mstl.html). This would add support for the argument to the user-facing class.
### Describe the bug When defining external tables in Redshift Spectrum stored as parquet, the expected DDL is not returned by `dbt-external-tables`, rendering the external table unreadable. ### Steps to...
**Is your feature request related to a problem? Please describe.** Since dbt requires unique model names, our models are named by the convention `models/schema/schema__table.sql`. When running `generate properties`, the models...