Vicente Ramirez
08/18/2023, 8:30 PMThomas Genet
08/18/2023, 9:11 PMEthan Brown
08/18/2023, 10:30 PMfrom mage_ai.data_preparation.variable_manager import get_variable
df = get_variable('iterable_event', 'transform_iterable_base_data', 'output_0')
I have an exporter block that ran successfully but some of the data didn't get exported. I'm wondering if there's something up with those particular rows and want to query the data that was fed into that block.Thomas Genet
08/18/2023, 11:23 PMsathish prasad
08/19/2023, 8:46 PMTL
08/19/2023, 11:14 PMMattia
08/19/2023, 11:22 PMCalum
08/20/2023, 7:58 AMNicholas Yafremau
08/20/2023, 8:00 AMMarcos Waltemath
08/20/2023, 4:55 PMERROR:mage_ai.api.logging:[2023-08-20T16:43:09.493412][api.views] [2023-08-20 16:43:09.493401] [ERROR] GET /kernels [user: N/A]: {'code': 403, 'message': 'Invalid API key.', 'type': 'invalid_api_key'}
What can I do ?Andrew Nguyen
08/21/2023, 12:44 AMvariables_retention_period
and logging_config.retention_period
requires setting up a cron job to run the respective commands, or is Mage set up to do this automatically already? Also, is there a default value for either of those fields? Thanks!Jacob Hansen
08/21/2023, 1:11 AMKUNAL RAJESH AWACHAR
08/21/2023, 7:52 AMKing Ho
08/21/2023, 8:57 AMKyllian Beguin
08/21/2023, 9:05 AMNicoles Freeman
08/21/2023, 7:49 PMNicoles Freeman
08/21/2023, 7:54 PMJuan Ventura
08/21/2023, 9:13 PMDANGerous
08/21/2023, 10:42 PMReece
08/21/2023, 11:30 PMBenson
08/22/2023, 7:02 AMError
Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/mage_integrations/sources/mssql/__init__.py", line 1, in <module> from mage_integrations.connections.mssql import ( File "/usr/local/lib/python3.10/site-packages/mage_integrations/connections/mssql/__init__.py", line 2, in <module> import pymssql File "/usr/local/lib/python3.10/site-packages/pymssql/__init__.py", line 3, in <module> from ._pymssql import * File "src/pymssql/_pymssql.pyx", line 1, in init pymssql._pymssql File "src/pymssql/_mssql.pyx", line 99, in genexpr File "src/pymssql/_mssql.pyx", line 99, in genexpr ValueError: invalid literal for int() with base 10: 'dev1194'
Would it be possible if someone can tell me what I have done wrong?
The environment is Mage deployed to k8s as pod as v0.9.9.
Cheers!KUNAL RAJESH AWACHAR
08/22/2023, 7:13 AMJing
08/22/2023, 7:33 AMwhite paint
08/22/2023, 7:47 AMNisha Biradar
08/22/2023, 9:20 AMАртем Кузнецов
08/22/2023, 11:49 AMBob Jones
08/22/2023, 1:14 PMBob Jones
08/22/2023, 2:01 PMVicente Ramirez
08/22/2023, 3:37 PMRun stream in parallel
for all my sample tables and then
disable_update_column_types: false
use_batch_load: false
in the destination tab.
It's taking an irrational amount of time (750 rows per minute for a 4 million rows table).
Is there a way to make it faster?
When I use the batch (default) pipeline it takes like 10 seconds.Armando Ytriago
08/22/2023, 4:40 PM