github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/templates/expected_sql_glob.txt (about)

     1  +----+--------------------------------------------------+----------------------+---------------------------+
     2  | id | array_element                                    | epoch_column_seconds | epoch_column_milliseconds |
     3  +----+--------------------------------------------------+----------------------+---------------------------+
     4  | 3  | {"Key":"stringValuesomething-3","Value":"value"} | 2021-02-01T02:10:54Z | 2023-11-13T04:53:13Z      |
     5  +----+--------------------------------------------------+----------------------+---------------------------+
     6  
     7  +----+---------------------------+------------------+
     8  | id | date_time_column          | ipaddress_column |
     9  +----+---------------------------+------------------+
    10  | 2  | 2001-08-27T06:00:00+01:00 | 10.0.2.2         |
    11  +----+---------------------------+------------------+
    12  
    13  +----+------------------------+------------------------------------------------------------------------------------------------------------------------+
    14  | id | string_column          | json_column                                                                                                            |
    15  +----+------------------------+------------------------------------------------------------------------------------------------------------------------+
    16  | 1  | stringValuesomething-1 | {"Id":1,"Name":"stringValuesomething-1","Statement":{"Action":"iam:GetContextKeysForPrincipalPolicy","Effect":"Deny"}} |
    17  +----+------------------------+------------------------------------------------------------------------------------------------------------------------+