Matt Nunn
Matt Nunn
Sorry to resurrect a dead (albeit open) ticket, but is there any update on this as is still an issue on the latest stable version (c3 0.4.15) 
so, to clarify: i would need to programmatically (either client or server side) identify the bounds (datetime upper and lower) and manually fill in any date gaps with a 'null'...
I see, the main issue with this is if a large date range is created (for example 1 year) and only a few of those dates have values i would...
Do we know roughly around what line or function the 'timeseries' type calculations are made? If so i could possibly look into the spacing issues etc as part of the...
@fullofcaffeine i moved positions to a backend position so havent been able to keep track of this issue, but by the looks of the messages @rgbkrk commited a fix on...
@wobondar if it helps, what i am trying to replicate is https://github.com/aws-samples/aurora-das-processing/blob/main/lambda_function.py specifically this code block ``` def decrypt_payload(payload, data_key): my_key_provider = MyRawMasterKeyProvider(data_key) my_key_provider.add_master_key("DataKey") #Decrypt the records using the master...
It is also worth noting that when i set it up manually using a new raw provider (using the code below) i get a similar error, just without the `"BC"...
@wobondar Thats brilliant, thank you so much for getting back to me so quickly on this, i thought i was going crazy! 😆