Jensen Yap

Results 10 comments of Jensen Yap

Hi @namdnguyen, is this still an active development?

https://github.com/blockchain-etl/ethereum-etl/blob/e8b6fe742e19e06406eda39e41fa4d6158765c57/ethereumetl/service/eth_contract_service.py#L54 https://etherscan.io/address/0x6b175474e89094c44da98b954eedeac495271d0f#code Line 91: ` mapping (address => mapping (address => uint)) public allowance;` Shows that this contract doesn't follow the eth_contract_service's is_erc20 rule. Line 91 uses allowance mapping while...

going thru the same issue with 2.3.2 and CeleryKubernetesExecutor. Even after switching all our `from datetime import datetime` from all our dags, this issue still occurred every now and then.

hi @medvedev1088, I'm also facing the same problem rn running optimism etl but getting the same coordinate in y... ``` File "/usr/local/lib/python3.8/site-packages/ethereumetl/service/graph_operations.py", line 87, in _get_bounds_for_y_coordinate_recursive [2023-08-26, 16:44:00 UTC] {pod_manager.py:367}...

Need this so bad.....schema reference is failing during parse_schema on my end.

``` ERROR: Unable to determine value for 'foreign_key_checks' variable ----------------------------------------------------------- SQL State : 42000 Error Code : 1064 Message : Getting analyzing error. Detail message: Unknown system variable 'foreign_key_checks', the...

I want to use sqlfluff on my starrocks project as well. How can I request it?