jp-harvey

Results 18 comments of jp-harvey

Following discussion last week in the group call and again today, "supported log sources" is probably better described as "logs that can be supported by OCSF". @pagbabian-splunk put it well...

@JasonKeirstead yes definitely. Because GH is a fixed width adding a lot of columns will be troublesome, it would be better done in some other collab tool, but the plan...

Also @JasonKeirstead you make a good point about ingest vs produce. My assumption was that for v1 we'd focus on producers, since producers primarily determine many of the details of...

In my mind it's not that confusing, the `load_table` is a wrapper load function that would be used in the majority of cases, and the others are called by `load_table`...

@sagoyal2 it looks like this is the source of the problem: ``` ~/miniconda3/lib/python3.7/site-packages/pymapd/_pandas_loaders.py in get_mapd_type_from_object(data) 74 return 'BOOL' 75 elif isinstance(val, int): ---> 76 if data.max() >= 2147483648 or data.min()

Actually after looking at the code block it's debatable that it's a bug at all. If the type of the Pandas dataframe is `object` then it takes the first value...

> I thought that we are going to use the existing `user` attribute? The `user` attribute in the `user` profile? That would restrict options and not solve the ambiguity. The...

It was requested that it not be called `user` in the comments below the voting on the discussion: ![image](https://user-images.githubusercontent.com/8163143/195651492-0393ee39-8736-42b1-954d-7a37d9e94644.png)

I'm in agreement actually about just using `user`, that is clear to me that it's the user context under which the process is running. The `run_as` suggests impersonation (from the...

@rroupski as per our discussion today the field name in the process object has been updated to `user`